Skip to content

Commit

Permalink
Ref #15: mise à jour des liens pour le calendrier de la nav bar supér…
Browse files Browse the repository at this point in the history
…ieure
  • Loading branch information
hundrex committed Jul 4, 2017
1 parent 458bc95 commit 8cbbc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Resources/views/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
<span class="glyphicon glyphicon-calendar"></span>
</a>
<ul class="dropdown-menu">
<li class="text-center"><a href="#" class="btn btn-default">Proposer</a></li>
<li class="text-center"><a href="{{ path('evenement_nouveau') }}" class="btn btn-default">Proposer</a></li>
<li role="separator" class="divider"></li>
<li class="text-center"><a href="#">Planning</a></li>
<li class="text-center"><a href="{{ path('evenement_liste') }}">Planning</a></li>
</ul>
</li>
<li class="dropdown">
Expand Down

0 comments on commit 8cbbc0e

Please sign in to comment.