Skip to content

Commit

Permalink
EZP-32287: Wrong size of a Save tile on the URL management edit page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti authored Jan 18, 2021
1 parent ee3ee48 commit 04886ee
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@
</div>
</div>
<div class="ez-context-menu">
{% set url_create_sidebar_right = knp_menu_get('ezplatform_admin_ui.menu.url_edit.sidebar_right', [], {'url': url}) %}
<div class="ez-sticky-container">
{% set url_create_sidebar_right = knp_menu_get('ezplatform_admin_ui.menu.url_edit.sidebar_right', [], {'url': url}) %}

{{ knp_menu_render(url_create_sidebar_right, {
'template': '@ezdesign/ui/menu/sidebar_right.html.twig'
}) }}
{{ knp_menu_render(url_create_sidebar_right, {
'template': '@ezdesign/ui/menu/sidebar_right.html.twig'
}) }}
</div>
</div>
</div>
{%- endblock -%}

0 comments on commit 04886ee

Please # to comment.