aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/base.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-18 20:54:47 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-19 15:14:08 +0200
commite62d27ff9b3f07f09a77e075653c6a650860f5ec (patch)
tree85ea86ae1bede3fcbcd52c0e08537f3781b26e10 /src/Wallabag/CoreBundle/Resources/views/base.html.twig
parent7b2d33689338386b331a9a370eb6b9d8576f0cbb (diff)
downloadwallabag-e62d27ff9b3f07f09a77e075653c6a650860f5ec.tar.gz
wallabag-e62d27ff9b3f07f09a77e075653c6a650860f5ec.tar.zst
wallabag-e62d27ff9b3f07f09a77e075653c6a650860f5ec.zip
bottom bar to display message
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/base.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/base.html.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig
index c381a08c..a6cba6ce 100644
--- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig
@@ -113,5 +113,6 @@
113 <p>{% trans %}powered by{% endtrans %} <a href="http://wallabag.org">wallabag</a></p> 113 <p>{% trans %}powered by{% endtrans %} <a href="http://wallabag.org">wallabag</a></p>
114 </footer> 114 </footer>
115 {% endblock %} 115 {% endblock %}
116 <div id="alphabar">You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to <a href="https://github.com/wallabag/wallabag/issues">our issues list</a> and <a href="https://github.com/wallabag/wallabag/issues/new">open a new if necessary</a>.</div>
116 </body> 117 </body>
117</html> 118</html>