mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-10-09 17:02:47 +02:00
add deps for js angular1.8
This commit is contained in:
parent
8e2da4f159
commit
b373892ddc
3800 changed files with 125627 additions and 40 deletions
|
@ -1,5 +1,6 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
{% block body %}
|
||||
|
||||
{% verbatim %}
|
||||
<div id="caisse-now" class=""
|
||||
ng-app="caisse"
|
||||
|
@ -10,6 +11,7 @@
|
|||
<!-- ligne d'informations-->
|
||||
|
||||
{% endverbatim %}
|
||||
|
||||
{% include 'logged/listing-options.html.twig' %}
|
||||
{% include 'logged/festival-infos.html.twig' %}
|
||||
</div>
|
||||
|
|
19
templates/logged/nav.html.twig
Normal file
19
templates/logged/nav.html.twig
Normal file
|
@ -0,0 +1,19 @@
|
|||
<nav>
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="/dashboard">
|
||||
Dashboard
|
||||
</a></li>
|
||||
<li><a href="/product">Produits</a></li>
|
||||
<li><a href="/festival">Festivals</a></li>
|
||||
<li>
|
||||
<a href="/history">
|
||||
Historique
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/previsionnel">Prévisionnel</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue