aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-21 18:40:25 -0800
committerfriendica <info@friendica.com>2014-12-21 18:40:25 -0800
commitd3830aea9661dac0610eef72cad35b188832b7f2 (patch)
tree6609f577ec12b47eb53e5169a2e97f1039dbea31 /view
parentb840c279957667168b400207caff14dc78043994 (diff)
downloadvolse-hubzilla-d3830aea9661dac0610eef72cad35b188832b7f2.tar.gz
volse-hubzilla-d3830aea9661dac0610eef72cad35b188832b7f2.tar.bz2
volse-hubzilla-d3830aea9661dac0610eef72cad35b188832b7f2.zip
provide last successful poll run time (using relative time) in siteinfo so that we can tell folks that have no idea what we're talking about that their poller definitely isn't running and this is probably why nothing works correctly.
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/siteinfo.tpl5
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>