diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-23 14:58:17 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-23 14:58:17 +0100 |
commit | b84a80559a1167b5500fbc5eb4965d3b08b371ef (patch) | |
tree | f7d0e9917f650b6317b986c9e8baf38880a4fb2e /src/WallabagBundle/Resources/views/Entry | |
parent | 163eae0bb15d0daa5390f434a42a8176eca186e7 (diff) | |
download | wallabag-b84a80559a1167b5500fbc5eb4965d3b08b371ef.tar.gz wallabag-b84a80559a1167b5500fbc5eb4965d3b08b371ef.tar.zst wallabag-b84a80559a1167b5500fbc5eb4965d3b08b371ef.zip |
some parameters, new entry form, etc.
Diffstat (limited to 'src/WallabagBundle/Resources/views/Entry')
-rw-r--r-- | src/WallabagBundle/Resources/views/Entry/new.html.twig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/WallabagBundle/Resources/views/Entry/new.html.twig b/src/WallabagBundle/Resources/views/Entry/new.html.twig new file mode 100644 index 00000000..78da791f --- /dev/null +++ b/src/WallabagBundle/Resources/views/Entry/new.html.twig | |||
@@ -0,0 +1,11 @@ | |||
1 | {% extends "WallabagBundle::layout.html.twig" %} | ||
2 | |||
3 | {% block title %}{% trans %}Save new entry{% endtrans %}{% endblock %} | ||
4 | |||
5 | {% block menu %} | ||
6 | {% include "WallabagBundle::_menu.html.twig" %} | ||
7 | {% endblock %} | ||
8 | |||
9 | {% block content %} | ||
10 | {{ form(form) }} | ||
11 | {% endblock %} \ No newline at end of file | ||