Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Merge branch '1.6' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickroger committed Dec 7, 2016
2 parents 59ac1a2 + 2734dd6 commit ceb97fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/views/ContentType/update_content_type.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

{% set edit_title = "content_type.edit_title"|trans({"%contentTypeName%": contentTypeName}, "ezrepoforms_content_type") %}

{% set content_type_group = contentTypeDraft.contentTypeGroups|first %}

{% block title %}
{{ edit_title }}
{% endblock %}
Expand All @@ -13,6 +15,7 @@
{% set breadcrumb_items = [
{link: path("admin_dashboard"), label: "dashboard.title"|trans({}, "dashboard")},
{link: path("admin_contenttype"), label: "content_type.dashboard_title"|trans({}, "content_type")},
{link: path('admin_contenttypeGroupView', {'contentTypeGroupId': content_type_group.id}), label: content_type_group.identifier},
{link: null, label: edit_title}
] %}

Expand Down

0 comments on commit ceb97fe

Please sign in to comment.