Skip to content

Commit

Permalink
Merge pull request #1530 from Devolicious/fix/pages_breadcrumb
Browse files Browse the repository at this point in the history
[NodeBundle] fix overwrite of original breadcrumb
  • Loading branch information
Devolicious authored Jul 1, 2017
2 parents 20552f5 + 75f5691 commit d600997
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
<a href="{{ path(getOverviewRoute(page)) }}" class="btn btn-default" style="margin:20px 0 20px 0;"><i class="fa fa-arrow-left"></i>
Back to overview
</a>
{% else %}
{{ parent() }}
{% endif %}

{% endblock %}
Expand Down

0 comments on commit d600997

Please sign in to comment.