mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
fix display shaders on home
This commit is contained in:
parent
2d1e830895
commit
e5708e9e5f
15 changed files with 365 additions and 127 deletions
|
@ -7,7 +7,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<div class="row marged-v" ng-if="! simpleDisplay">
|
||||
<div class="col-xs-12 col-md-6" id="main_options">
|
||||
<div class="col-xs-12" id="main_options">
|
||||
<button class="btn btn-disabled" ng-click="toggleSimpleDisplay()">
|
||||
<i class="fa fa-bars"></i> Affichage simple
|
||||
</button>
|
||||
|
|
|
@ -1,19 +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>#}
|
||||
{# <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>
|
||||
{#</nav>#}
|
Loading…
Add table
Add a link
Reference in a new issue