Merge pull request #231 from SchrodingersGat/about-icon

Add icon to navbar dropdown
This commit is contained in:
Oliver 2019-05-05 11:53:34 +10:00 committed by GitHub
commit a4be5964b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>