Commit 8ede881d by Manzar Hussain

test

parent 63113784
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
] ]
%} %}
<li{{ item.attributes.addClass(classes) }}> <li{{ item.attributes.addClass(classes) }}>
{% if menu_level > 0 %} {% if item.below %}
<a href="javascript:void(0);">{{ item.title }} <a href="javascript:void(0);">{{ item.title }}
<span> <span>
<i class="fa fa-plus" aria-hidden="true"></i> <i class="fa fa-plus" aria-hidden="true"></i>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</a> </a>
{{ menus.menu_links(item.below, attributes, menu_level + 1) }} {{ menus.menu_links(item.below, attributes, menu_level + 1) }}
{% else %} {% else %}
{{ link(item.title, item.url) }} <div class="abc"> Test</div> {{ link(item.title, item.url) }}
{% endif %} {% endif %}
</li> </li>
{% endfor %} {% 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