aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/config.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 12:39:24 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 12:39:24 +0200
commit4d0e2544917c8a7fba9eb6d3dccd5fd3790984a6 (patch)
tree4e7b6b6893cdf2049e274700459fe84960f1c05f /tpl/config.twig
parent32520785018e3ec3a2ce200689e863099e9646f8 (diff)
downloadwallabag-4d0e2544917c8a7fba9eb6d3dccd5fd3790984a6.tar.gz
wallabag-4d0e2544917c8a7fba9eb6d3dccd5fd3790984a6.tar.zst
wallabag-4d0e2544917c8a7fba9eb6d3dccd5fd3790984a6.zip
link to download poche when update available
Diffstat (limited to 'tpl/config.twig')
-rw-r--r--tpl/config.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/config.twig b/tpl/config.twig
index a17a4b17..a8be93b0 100644
--- a/tpl/config.twig
+++ b/tpl/config.twig
@@ -20,8 +20,8 @@
20 <h2>{% trans "Updating poche" %}</h2> 20 <h2>{% trans "Updating poche" %}</h2>
21 <p><ul> 21 <p><ul>
22 <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li> 22 <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li>
23 <li>{% trans "latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong>{% trans "a more recent stable version is available." %}</strong>{% else %}{% trans "you are up to date." %}{% endif %}</li> 23 <li>{% trans "latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://inthepoche.com/?pages/T%C3%A9l%C3%A9charger-poche">{% trans "a more recent stable version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>
24 <li>{% trans "latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong>{% trans "a more recent development version is available." %}</strong>{% else %}{% trans "you are up to date." %}{% endif %}</li> 24 <li>{% trans "latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://inthepoche.com/?pages/T%C3%A9l%C3%A9charger-poche">{% trans "a more recent development version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>
25 </ul> 25 </ul>
26 </p> 26 </p>
27 27