diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2018-03-31 10:18:30 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2018-03-31 10:18:30 +0200 |
commit | a0cfb02fdaffc070c974e2fa27e86d3abc4522a2 (patch) | |
tree | 488ca650064b82cbf867d6595f54ced3f8b9ff97 /templates | |
parent | 7ba626f979b3978563aebad41c27954bbb4e40b2 (diff) | |
parent | d0a5d3daa9a56e69bd31a0e3e708963ba1d4cad6 (diff) |
Merge branch 'master' into meeting-list
Conflicts:
moten.mdwn
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 6bc0e77..e8fb12b 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -122,10 +122,10 @@ <TMPL_IF HISTORYURL> | <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a> </TMPL_IF> - <TMPL_IF GETSOURCEURL> - | <span class="glyphicon glyphicon-file"></span> <a href="<TMPL_VAR GETSOURCEURL>">Source</a> - </TMPL_IF> <TMPL_UNLESS ISWEBSITE> + <TMPL_IF GETSOURCEURL> + | <span class="glyphicon glyphicon-file"></span> <a href="<TMPL_VAR GETSOURCEURL>">Source</a> + </TMPL_IF> <TMPL_IF DISCUSSIONURL> | <span class="glyphicon glyphicon-comment"></span> <a href="<TMPL_VAR DISCUSSIONURL>">Discussion</a> </TMPL_IF> |