diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-24 14:28:22 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-24 14:28:22 +0100 |
commit | 4ea9cf5c60f869bd628a82a7b9dd6ecd293d963a (patch) | |
tree | 554bbead1b3b92066c03a9924b8b69a59b4c771a /themes/default/_messages.twig | |
parent | f744ca27993d1eecb11c66c9b902110fcf4471a4 (diff) | |
download | wallabag-4ea9cf5c60f869bd628a82a7b9dd6ecd293d963a.tar.gz wallabag-4ea9cf5c60f869bd628a82a7b9dd6ecd293d963a.tar.zst wallabag-4ea9cf5c60f869bd628a82a7b9dd6ecd293d963a.zip |
Add message on unread page about v2
Diffstat (limited to 'themes/default/_messages.twig')
-rw-r--r-- | themes/default/_messages.twig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/default/_messages.twig b/themes/default/_messages.twig index 679aa098..80ae456d 100644 --- a/themes/default/_messages.twig +++ b/themes/default/_messages.twig | |||
@@ -1 +1,6 @@ | |||
1 | {{ messages | raw }} \ No newline at end of file | 1 | {{ messages | raw }} |
2 | {% if view == 'home' %} | ||
3 | <div class="messages information"> | ||
4 | <p><a href="http://doc.wallabag.org">wallabag v2 is out, please read the documentation to upgrade.</a></p> | ||
5 | </div> | ||
6 | {% endif %} \ No newline at end of file | ||