From d3830aea9661dac0610eef72cad35b188832b7f2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 21 Dec 2014 18:40:25 -0800 Subject: 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. --- view/tpl/siteinfo.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'view/tpl') 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 @@

{{$version}}{{if $commit}}+{{$commit}}{{/if}}

{{/if}} {{if $tag}} -

Tag: {{$tag}}

+

{{$tag_txt}} {{$tag}}

+{{/if}} +{{if $polled}} +

{{$polled}} {{$lastpoll}}

{{/if}}

{{$web_location}}

{{$visit}}

-- cgit v1.2.3