aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-12 10:14:44 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-12 10:14:44 +0200
commit496f21e6faed1d06623221dabb35d1f3ce8fc8c2 (patch)
tree8920beb5cfac2ffbfe11e1852a9d814338646b33 /src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig
parent930334cd6d486843b536412391a549815efd038e (diff)
parent053b9568b2e3d032720d405bc1c2b71eccb36714 (diff)
downloadwallabag-496f21e6faed1d06623221dabb35d1f3ce8fc8c2.tar.gz
wallabag-496f21e6faed1d06623221dabb35d1f3ce8fc8c2.tar.zst
wallabag-496f21e6faed1d06623221dabb35d1f3ce8fc8c2.zip
Merge pull request #1319 from wallabag/v2-form-header
add new post form in material header
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig
index a0a02cc8..6f98ba99 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig
@@ -20,7 +20,7 @@
20 20
21 21
22 <div id="set1" class="col s12"> 22 <div id="set1" class="col s12">
23 <a href="{{ path('new_entry') }}">{% trans %}Thanks to this form{% endtrans %}</a> 23 <a href="{{ path('new') }}">{% trans %}Thanks to this form{% endtrans %}</a>
24 </div> 24 </div>
25 25
26 26