Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
olb
hreports
Commits
6cba576e
Commit
6cba576e
authored
Mar 23, 2017
by
Thomas vO
Browse files
[templates] add backlink to index in each template
parent
922cc328
Changes
4
Hide whitespace changes
Inline
Side-by-side
templates/balance-sheet.html
View file @
6cba576e
...
...
@@ -6,6 +6,8 @@
<h1>
{{ conf.title }}
</h1>
<p><a
href=
"../../index.html"
>
Retour au sommaire
</a></p>
<table
class=
"compta balancesheet"
>
<thead>
...
...
templates/cash.html
View file @
6cba576e
...
...
@@ -4,6 +4,10 @@
{% block content %}
<h1>
{{ conf.title }}
</h1>
<p><a
href=
"../../index.html"
>
Retour au sommaire
</a></p>
{% for partconf in conf.parts %}
<h2>
{{ partconf.title }}
</h2>
...
...
templates/chart-of-accounts.html
View file @
6cba576e
...
...
@@ -4,6 +4,10 @@
{% block content %}
<h1>
{{ conf.title }}
</h1>
<p><a
href=
"../../index.html"
>
Retour au sommaire
</a></p>
<table>
<thead>
<tr><th>
Numéro
</th><th>
Nom unique
</th><th>
Nom
</th></tr>
...
...
templates/income-statement.html
View file @
6cba576e
...
...
@@ -6,8 +6,7 @@
<h1>
{{ conf.title }}
</h1>
<p><a
href=
"../../index.html"
>
Retour au sommaire
</a></p>
<table
class=
"compta incomestatement"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment