diff options
author | habeascodice <habeascodice@federated.social> | 2014-10-13 03:22:26 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-10-13 03:22:26 -0700 |
commit | e4880d07d2aa447425d0b7dc3656e84de08006c0 (patch) | |
tree | 45bd5de70899a2afe03b2f213aef7cfd430a52a2 /view/tpl/siteinfo.tpl | |
parent | c854f8c238da2df08b52249142ad24ef66e422d1 (diff) | |
parent | a512d1a4aab35ac874ccbff89d84fdd6d5b3343f (diff) | |
download | volse-hubzilla-e4880d07d2aa447425d0b7dc3656e84de08006c0.tar.gz volse-hubzilla-e4880d07d2aa447425d0b7dc3656e84de08006c0.tar.bz2 volse-hubzilla-e4880d07d2aa447425d0b7dc3656e84de08006c0.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/tpl/siteinfo.tpl')
-rwxr-xr-x | view/tpl/siteinfo.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl index d956a7228..a6105227e 100755 --- a/view/tpl/siteinfo.tpl +++ b/view/tpl/siteinfo.tpl @@ -4,6 +4,9 @@ {{if $version}} <p>{{$version}}{{if $commit}}+{{$commit}}{{/if}}</p> {{/if}} +{{if $tag}} +<p>Tag: {{$tag}}</p> +{{/if}} <p>{{$web_location}}</p> <p>{{$visit}}</p> <p>{{$bug_text}} <a href="{{$bug_link_url}}">{{$bug_link_text}}</a></p> |