Commit c7dc698a authored by Paul Brown's avatar Paul Brown

Add menu icons to work with MenuLink for bs2

parent 856439ac
......@@ -59,7 +59,7 @@
{% for item in admin_view.admin.menu_links() %}
{% if item.is_accessible() and item.is_visible() %}
<li>
<a href="{{ item.get_url() }}">{{ item.name }}</a>
<a href="{{ item.get_url() }}">{{ menu_icon(item) }}{{ item.name }}</a>
</li>
{% endif %}
{% 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