Version initiale
This commit is contained in:
commit
c03cd6e7ae
7 changed files with 443 additions and 0 deletions
6
_nav.html
Normal file
6
_nav.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<nav class="tabs">
|
||||
<ul>
|
||||
<li {{if $current == 'index'}} class="current"{{/if}}><a href="{{$module.url}}index.html">Immobilisations</a></li>
|
||||
<li {{if $current == 'amortissements'}} class="current"{{/if}}><a href="{{$module.url}}/amortissements.html">Amortissements</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue