summaryrefslogtreecommitdiffstats
path: root/templates/group.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 01:59:54 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 04:05:49 +0100
commitecdf89ee5c8271b9af3640c8633be7a869077c67 (patch)
tree55e083a5294adaf9e7fcf7d9b7eb1d372f95dc91 /templates/group.html
parent9fe98586186522605653a2439edc124fe088cc67 (diff)
downloadpadlite-teams-ecdf89ee5c8271b9af3640c8633be7a869077c67.tar.gz
padlite-teams-ecdf89ee5c8271b9af3640c8633be7a869077c67.tar.bz2
padlite-teams-ecdf89ee5c8271b9af3640c8633be7a869077c67.zip
templates: Replace glyphicon with fontawesome
Diffstat (limited to 'templates/group.html')
-rw-r--r--templates/group.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/group.html b/templates/group.html
index 1e3a06c..9cbd832 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -45,10 +45,10 @@
</td>
<td class="col-sm-2 text-right">
<a href="{{ url_for('pad_change', group_name=group.name, pad_name=pad.name) }}" class="btn btn-xs btn-info">
- <span class="glyphicon glyphicon-cog"></span>
+ <span class="fa fa-wrench fa-lg"></span>
</a>
<a href="{{ url_for('pad_delete', group_name=group.name, pad_name=pad.name) }}" class="btn btn-xs btn-danger">
- <span class="glyphicon glyphicon-remove"></span>
+ <span class="fa fa-trash fa-lg"></span>
</a>
</td>
</tr>