]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/default/_messages.twig
Add message on unread page about v2
[github/wallabag/wallabag.git] / themes / default / _messages.twig
CommitLineData
4ea9cf5c
NL
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 %}