summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-04 01:13:51 +0100
committerGravatar Tom Willemsen2012-11-04 01:13:51 +0100
commit7a98b2bc1a0e11c965f5868167ec723c9d630f64 (patch)
treeef3bec54f35a081a6aa7b73c20b57730e86d6f71 /templates
parent3634b5713c7525d9fe6902f9652791b7d6d52b0f (diff)
downloadsite-7a98b2bc1a0e11c965f5868167ec723c9d630f64.tar.gz
site-7a98b2bc1a0e11c965f5868167ec723c9d630f64.zip
Use glyphicon for RecentChanges
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 eb8fc80..2551ee7 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -112,7 +112,7 @@
<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>
+ <a class="btn" href="<TMPL_VAR RECENTCHANGESURL>"><i class="icon-list"></i></a>
</TMPL_IF>
<TMPL_IF HISTORYURL>
<a class="btn" href="<TMPL_VAR HISTORYURL>">History</a>