Skip to content

Commit

Permalink
Add breadcrumb for etude ajouter template
Browse files Browse the repository at this point in the history
Ping #83
  • Loading branch information
Stoakes committed Jun 14, 2017
1 parent be6a35e commit 7049efd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Mgate/SuiviBundle/Resources/views/Etude/ajouter.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
{{ 'suivi.etude_ajouter'|trans({}, 'suivi') }}
{% endblock %}

{% block breadcrumb %}
<ul class="breadcrumb no-margin pull-right">
<li><a href="{{ path('MgateSuivi_etude_homepage') }}">{{ 'suivi.suivi_etude'|trans({}, 'suivi') }}</a></li>
<li class="active">{{ 'suivi.etude_ajouter'|trans({}, 'suivi') }}</li>
</ul>
{% endblock %}

{% block content_bundle %}
{% for error in errors %}
<div class="alert alert-warning">
Expand Down

0 comments on commit 7049efd

Please sign in to comment.