]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/Entry/new.html.twig
move WallabagBundle into Wallabag:CoreBundle
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / Entry / new.html.twig
similarity index 54%
rename from src/WallabagBundle/Resources/views/Entry/new.html.twig
rename to src/Wallabag/CoreBundle/Resources/views/Entry/new.html.twig
index 78da791f870d764271570ff2cd0d4333622b729d..df6926a0f70e706439dc67a8f19a035b96d9b0a6 100644 (file)
@@ -1,9 +1,9 @@
-{% extends "WallabagBundle::layout.html.twig" %}
+{% extends "WallabagCoreBundle::layout.html.twig" %}
 
 {% block title %}{% trans %}Save new entry{% endtrans %}{% endblock %}
 
 {% block menu %}
-    {% include "WallabagBundle::_menu.html.twig" %}
+    {% include "WallabagCoreBundle::_menu.html.twig" %}
 {% endblock %}
 
 {% block content %}