mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #231 from SchrodingersGat/about-icon
Add icon to navbar dropdown
This commit is contained in:
commit
a4be5964b8
@ -25,7 +25,7 @@
|
||||
<li><a href="{% url 'login' %}"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
|
||||
{% endif %}
|
||||
<hr>
|
||||
<li id='launch-about'><a href='#'>About InvenTree</a></li>
|
||||
<li id='launch-about'><a href='#'><span class="glyphicon glyphicon-info-sign"></span> About InvenTree</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user