Replaced most glyphicons with Font Awesome

This commit is contained in:
Jeremy Stretch
2016-08-01 13:29:45 -04:00
parent b73f980eb2
commit 1fd189f9b1
43 changed files with 76 additions and 76 deletions

View File

@@ -7,7 +7,7 @@
<div class="pull-right">
{% if perms.tenancy.add_tenantgroup %}
<a href="{% url 'tenancy:tenantgroup_add' %}" class="btn btn-primary">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
<span class="fa fa-plus" aria-hidden="true"></span>
Add a tenant group
</a>
{% endif %}