Add glyphicon for company notes

This commit is contained in:
Oliver Walters 2020-02-02 11:54:09 +11:00
parent b46151b406
commit 908e2ef8bc

View File

@ -23,6 +23,6 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
<li{% if tab == 'notes' %} class='active'{% endif %}> <li{% if tab == 'notes' %} class='active'{% endif %}>
<a href="{% url 'company-notes' company.id %}">{% trans "Notes" %}</a> <a href="{% url 'company-notes' company.id %}">{% trans "Notes" %}{% if company.notes %} <span class='glyphicon glyphicon-small glyphicon-info-sign'></span>{% endif %}</a>
</li> </li>
</ul> </ul>