aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-03-01 19:10:17 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-03-01 19:10:17 +0100
commit11c680f97aa07b48f33e264effb2975d6ca31a0c (patch)
tree055cd4834153efa34c545c66075c2e86ddd0f22e /themes
parent223268c2fa34c497d91338e2553bc74bb1b26859 (diff)
downloadwallabag-11c680f97aa07b48f33e264effb2975d6ca31a0c.tar.gz
wallabag-11c680f97aa07b48f33e264effb2975d6ca31a0c.tar.zst
wallabag-11c680f97aa07b48f33e264effb2975d6ca31a0c.zip
[add] display last check of wallabag release
Diffstat (limited to 'themes')
-rw-r--r--themes/baggy/config.twig5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig
index b37ac115..33de701e 100644
--- a/themes/baggy/config.twig
+++ b/themes/baggy/config.twig
@@ -25,9 +25,10 @@
25 <h2>{% trans "Upgrading wallabag" %}</h2> 25 <h2>{% trans "Upgrading wallabag" %}</h2>
26 <ul> 26 <ul>
27 <li>{% trans "Installed version" %} : <strong>{{ constant('POCHE') }}</strong></li> 27 <li>{% trans "Installed version" %} : <strong>{{ constant('POCHE') }}</strong></li>
28 <li>{% trans "Latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent stable version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %}</li> 28 <li>{% trans "Latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent stable version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_prod }})</li>
29 {% if constant('DEBUG_POCHE') == 1 %}<li>{% trans "Latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent development version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %}</li>{% endif %} 29 {% if constant('DEBUG_POCHE') == 1 %}<li>{% trans "Latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent development version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_dev }}){% endif %}</li>
30 </ul> 30 </ul>
31 <p>{% trans "You can clear cache to check the latest release." %}</p>
31 32
32 <h2>{% trans "Feeds" %}</h2> 33 <h2>{% trans "Feeds" %}</h2>
33 {% if token == '' %} 34 {% if token == '' %}