Skip to content

Commit

Permalink
EZP-31888: fixed containers structure (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Grabowski authored Sep 22, 2020
1 parent 7a11fae commit 3e4493f
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@
{{ parent() }}
{% endblock left_sidebar %}

<div class="container ml-0">
<div class="ez-header mt-3">
<div class="container">
{% include '@ezdesign/ui/page_title.html.twig' with { title: 'bookmark.headline'|trans|desc('Bookmarks'), icon_name: 'bookmark-manager' } %}
</div>
</div>
<div class="px-0 ez-content-container">
<section class="container mt-5">
{% include '@ezdesign/ui/page_title.html.twig' with { title: 'bookmark.headline'|trans|desc('Bookmarks'), icon_name: 'bookmark-manager' } %}

<div class="container ez-content-container">
{{ form_start(form_remove, {
'action': path('ezplatform.bookmark.remove'),
'attr': { 'class': 'ez-toggle-btn-state', 'data-toggle-button-id': '#bookmark_remove_remove' }
Expand Down Expand Up @@ -110,7 +106,7 @@
{{ pagerfanta(pager, 'ez') }}
</div>
{% endif %}
</div>
</section>
</div>

{{ form_start(form_edit, {
Expand Down

0 comments on commit 3e4493f

Please # to comment.