mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 22:12:14 +00:00
Port from glyphicons to Font Awesome
Mmmm pretty
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<button type="button" class="btn btn-default btn-xs item-add"
|
||||
data-toggle="modal"
|
||||
data-target="#itemModal">
|
||||
<span class="glyphicon glyphicon-plus"></span>
|
||||
<span class="fas fa-plus"></span>
|
||||
</button>
|
||||
</td>
|
||||
{% endif %}
|
||||
@@ -66,10 +66,10 @@
|
||||
<td class="vert-align text-right">
|
||||
<button type="button" class="item-edit btn btn-xs btn-default"
|
||||
data-toggle="modal" data-target="#itemModal">
|
||||
<span class="glyphicon glyphicon-edit"></span>
|
||||
<span class="fas fa-edit"></span>
|
||||
</button>
|
||||
<button type="button" class="item-delete btn btn-xs btn-danger">
|
||||
<span class="glyphicon glyphicon-remove"></span>
|
||||
<span class="fas fa-remove"></span>
|
||||
</button>
|
||||
</td>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user