Partial conversion from glyphicons to font awesome

This commit is contained in:
Jeremy Stretch
2016-07-29 18:04:38 -04:00
parent 8a9c6ce37a
commit 65ea2af4b7
14 changed files with 81 additions and 81 deletions

View File

@@ -7,7 +7,7 @@
<h1>Import Completed</h1>
{% render_table table %}
<a href="{{ request.path }}" class="btn btn-primary">
<span class="glyphicon glyphicon-import" aria-hidden="true"></span>
<span class="fa fa-download" aria-hidden="true"></span>
Import more
</a>
{% endblock %}