]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/_messages.twig
Add message on unread page about v2
[github/wallabag/wallabag.git] / themes / default / _messages.twig
index 679aa09811b53046d93bc9615f77121200fa4fd7..80ae456dd5798b83f19204e1cc736b0a4561bc82 100644 (file)
@@ -1 +1,6 @@
-                {{ messages | raw }}
\ No newline at end of file
+                {{ messages | raw }}
+                {% if view == 'home' %}
+                <div class="messages information">
+                    <p><a href="http://doc.wallabag.org">wallabag v2 is out, please read the documentation to upgrade.</a></p>
+                </div>
+                {% endif %}
\ No newline at end of file