summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-04 01:09:07 +0100
committerGravatar Tom Willemsen2012-11-04 01:09:07 +0100
commit904c317507d1bd7f9577c4ae30558d765aaa16f2 (patch)
treedfea4b31959cdbf8a3b2299b05073b7390944888 /templates
parent5f4289c94a3f3b8ad0d59368b36cafccdca31523 (diff)
downloadsite-904c317507d1bd7f9577c4ae30558d765aaa16f2.tar.gz
site-904c317507d1bd7f9577c4ae30558d765aaa16f2.zip
Use a glyphicon
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 7a0d2e0..4b06a00 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -109,7 +109,7 @@
<div class="btn-group">
<TMPL_IF HAVE_ACTIONS>
<TMPL_IF EDITURL>
- <a class="btn" href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a>
+ <a class="btn" href="<TMPL_VAR EDITURL>" rel="nofollow"><i class="icon-edit"></i></a>
</TMPL_IF>
<TMPL_IF RECENTCHANGESURL>
<a class="btn" href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a>