Add a warning on home page about YunoHost's version being obsolete

This commit is contained in:
Alexandre Aubin 2018-12-11 16:22:57 +00:00
parent 8a50ab27fb
commit 332e58057e
2 changed files with 5 additions and 0 deletions

View file

@ -224,6 +224,7 @@
"passwords_dont_match": "Passwords don't match",
"passwords_too_short": "Password is too short",
"path": "Path",
"obsolete_version": "You are running an obsolete version of YunoHost. The YunoHost team highly recommend to run the migration to YunoHost 3.x / Stretch available in Tools > Migrations. More information can be found on <a href='https://yunohost.org/#/jessie_stretch_migration'>this page in the documentation</a>",
"path_url": "Path",
"port": "Port",
"ports": "Ports",

View file

@ -1,3 +1,7 @@
<p class="alert alert-warning">
{{t 'obsolete_version' }}
</p>
<div class="list-group">
<a href="#/users" class="list-group-item slide clearfix">
<span class="pull-right fa-chevron-right"></span>