diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/siteinfo.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl index a6105227e..3b0c8841c 100755 --- a/view/tpl/siteinfo.tpl +++ b/view/tpl/siteinfo.tpl @@ -5,7 +5,10 @@ <p>{{$version}}{{if $commit}}+{{$commit}}{{/if}}</p> {{/if}} {{if $tag}} -<p>Tag: {{$tag}}</p> +<p>{{$tag_txt}} {{$tag}}</p> +{{/if}} +{{if $polled}} +<p>{{$polled}} {{$lastpoll}}</p> {{/if}} <p>{{$web_location}}</p> <p>{{$visit}}</p> |