diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-09-30 17:13:02 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-09-30 17:13:02 +0200 |
commit | f0981ca6617b39092e583411931f23c816e7acf6 (patch) | |
tree | 30638247e93d156b98f18d31b22db4ad0a7a7606 /templates | |
parent | 506dfb62c73b6d0f0ae0e68c774215654f2565f2 (diff) |
Fix glyphicon for Preferences and Source URLs.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 04ee349..5d601a7 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -137,13 +137,13 @@ | <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a> </TMPL_IF> <TMPL_IF GETSOURCEURL> - | <b><></b> <a href="<TMPL_VAR GETSOURCEURL>">Show source</a> + | <span class="glyphicon glyphicon-file"></span><a href="<TMPL_VAR GETSOURCEURL>">Show source</a> </TMPL_IF> <TMPL_IF DISCUSSIONURL> | <span class="glyphicon glyphicon-comment"></span><a href="<TMPL_VAR DISCUSSIONURL>"> Discussion</a> </TMPL_IF> <TMPL_IF PREFSURL> - | <span class="glyphicon glyphicon-settings"></span><a href="<TMPL_VAR PREFSURL>"> Preferences</a> + | <span class="glyphicon glyphicon-wrench"></span><a href="<TMPL_VAR PREFSURL>"> Preferences</a> </TMPL_IF> </p> |