Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e9497 commit ac14e92Copy full SHA for ac14e92
1 file changed
src/Resources/views/menu.html.twig
@@ -6,7 +6,7 @@
6
{% else %}
7
<a href="{{ item.linkUrl }}" class="{{ item.cssClass }}" target="{{ item.linkTarget }}" rel="{{ item.linkRel }}" referrerpolicy="origin-when-cross-origin">
8
{% if item.icon is not empty %}<i class="menu-icon fa-fw {{ item.icon }}"></i>{% endif %}
9
- <span>{{ item.label | raw }}</span>
+ <span>{{ item.label|raw }}</span>
10
{% if item.hasSubItems %}<i class="fa fa-fw fa-angle-right treeview-icon"></i>{% endif %}
11
</a>
12
{% endif %}
0 commit comments