Skip to content

Commit

Permalink
EZP-31946: Added missing 'Admin' to breadcrumbs and set correct margi…
Browse files Browse the repository at this point in the history
…n for URL Management (#1533)
  • Loading branch information
lucasOsti authored Sep 24, 2020
1 parent f4cb6b5 commit dcf9b14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

{%- block breadcrumbs -%}
{% include '@ezdesign/ui/breadcrumbs.html.twig' with { items: [
{ value: 'breadcrumb.admin'|trans(domain='messages')|desc('Admin') },
{ value: 'url.breadcrumb.list'|trans|desc('URL management'), url: path('ezplatform.url_management') },
{ value: 'url.breadcrumb.detail'|trans|desc('Link details') }
]} %}
Expand All @@ -23,7 +24,7 @@
{% block body_class %}ez-link-manager-view{% endblock %}

{%- block content -%}
<section class="container ez-container mt-5">
<section class="container ez-container">
<table class="ez-table table ez-table--list">
<thead>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
{% endblock %}

{% block content %}
<div>
<section class="container ez-container">
{{ ez_render_component_group('link-manager-block') }}
</div>
</section>
{% endblock %}

{% block javascripts %}
Expand Down

0 comments on commit dcf9b14

Please # to comment.