Commit 8ede881d by Manzar Hussain

test

parent 63113784
......@@ -47,7 +47,7 @@
]
%}
<li{{ item.attributes.addClass(classes) }}>
{% if menu_level > 0 %}
{% if item.below %}
<a href="javascript:void(0);">{{ item.title }}
<span>
<i class="fa fa-plus" aria-hidden="true"></i>
......@@ -56,7 +56,7 @@
</a>
{{ menus.menu_links(item.below, attributes, menu_level + 1) }}
{% else %}
{{ link(item.title, item.url) }}
<div class="abc"> Test</div> {{ link(item.title, item.url) }}
{% endif %}
</li>
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment