Add a warning on home page about YunoHost's version being obsolete (#219)

This commit is contained in:
Alexandre Aubin 2018-12-18 16:15:29 +01:00 committed by GitHub
parent 8a50ab27fb
commit 69fba306a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>