mirror of
https://git.roflcopter.fr/lesanges/equipment.git
synced 2025-05-23 15:31:50 +02:00
9 lines
599 B
HTML
9 lines
599 B
HTML
{{:assign base_path="/m/%s"|args:$module.name}}
|
|
<nav class="tabs">
|
|
<ul>
|
|
<li {{if $current == 'index'}} class="current"{{/if}}><a href="{{$base_path}}/index.html">Inventaire</a></li>
|
|
<li {{if $current == 'categories'}} class="current"{{/if}}><a href="{{$base_path}}/categories/index.html">Catégories</a></li>
|
|
<li {{if $current == 'entrees'}} class="current"{{/if}}><a href="{{$base_path}}/mouvements/entrees/index.html">Entrées</a></li>
|
|
<li {{if $current == 'sorties'}} class="current"{{/if}}><a href="{{$base_path}}/mouvements/sorties/index.html">Sorties</a></li>
|
|
</ul>
|
|
</nav>
|