From ad4d1caa9e744af57ca58a4e57576533eb682d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 23 Jan 2015 16:28:37 +0100 Subject: move WallabagBundle into Wallabag:CoreBundle --- src/WallabagBundle/Resources/views/Entry/new.html.twig | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/WallabagBundle/Resources/views/Entry/new.html.twig (limited to 'src/WallabagBundle/Resources/views/Entry/new.html.twig') diff --git a/src/WallabagBundle/Resources/views/Entry/new.html.twig b/src/WallabagBundle/Resources/views/Entry/new.html.twig deleted file mode 100644 index 78da791f..00000000 --- a/src/WallabagBundle/Resources/views/Entry/new.html.twig +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "WallabagBundle::layout.html.twig" %} - -{% block title %}{% trans %}Save new entry{% endtrans %}{% endblock %} - -{% block menu %} - {% include "WallabagBundle::_menu.html.twig" %} -{% endblock %} - -{% block content %} - {{ form(form) }} -{% endblock %} \ No newline at end of file -- cgit v1.2.3