Port from glyphicons to Font Awesome

Mmmm pretty
This commit is contained in:
2020-03-09 23:18:56 +00:00
parent 320c43e472
commit b57716f7fc
26 changed files with 89 additions and 88 deletions

View File

@@ -6,7 +6,7 @@
<div>
<h1 class="bd-title" id="content">Rigboard</h1>
{% if perms.RIGS.add_event %}
<a href="{% url 'event_create' %}" class="btn btn-lg btn-outline-primary float-right">New <span class="glyphicon glyphicon-plus"></span></a>
<a href="{% url 'event_create' %}" class="btn btn-lg btn-outline-primary float-right">New <span class="fas fa-plus"></span></a>
{% endif %}
</div>
{% include 'event_table.html' %}