diff options
Diffstat (limited to 'tpl/config.twig')
-rw-r--r-- | tpl/config.twig | 4 |
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 | ||