avanzu / AdminThemeBundle

Admin Theme based on the AdminLTE Template for easy integration into symfony
MIT License
281 stars 149 forks source link

Fixed macros.html.twig that does not show the exact value of submenu labels #189

Closed SalvoS81 closed 6 years ago

SalvoS81 commented 6 years ago

To correct the error that does not show the exact value of submenu labels in the sidebar menu.

for example i tried ... with an simple getMenu() in AdminThemeBundle/EventListener/SidebarSetupMenuDemoListener.php image

We have ... image with {{ menu.menu_item_content(item, '') }} image with {{ menu.menu_item_content(child, '') }}

SalvoS81 commented 6 years ago

Thanks for all your work. Forgive me if I did not use the correct procedures, I'm new on github, and my English is poor.

shakaran commented 6 years ago

@SalvoS81 good catch! Thanks for your contribution! Your english is enough good and the pull request was perfectly done. Thanks again for your time and work