aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-11 21:26:31 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-11 21:26:31 +0200
commitfedaf005377e6d62ff0986f7f54afef3287a6451 (patch)
tree4c9b023cadfc0099c14e10760cc46d843d4fad8d /src/Wallabag/CoreBundle
parent95135988f9fdc96c3e424aa75c8a10a50dd02310 (diff)
parentea8da8c6d518a81f2ba1da21b12c66b4f675138a (diff)
downloadwallabag-fedaf005377e6d62ff0986f7f54afef3287a6451.tar.gz
wallabag-fedaf005377e6d62ff0986f7f54afef3287a6451.tar.zst
wallabag-fedaf005377e6d62ff0986f7f54afef3287a6451.zip
Merge pull request #1317 from wallabag/v2-fix-typo
fix link in howto page
Diffstat (limited to 'src/Wallabag/CoreBundle')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig2
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig b/src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig
index f25acb5d..c69c03c3 100644
--- a/src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig
@@ -7,7 +7,7 @@
7 7
8 <p>{% trans %}There are several ways to save an article:{% endtrans %}</p> 8 <p>{% trans %}There are several ways to save an article:{% endtrans %}</p>
9 <ul> 9 <ul>
10 <li><a href="{{ path('about') }}">{% trans %}Thanks to this form{% endtrans %}</a></li> 10 <li><a href="{{ path('new_entry') }}">{% trans %}Thanks to this form{% endtrans %}</a></li>
11 </ul> 11 </ul>
12 <h3>{% trans %}Browser Addons{% endtrans %}</h3> 12 <h3>{% trans %}Browser Addons{% endtrans %}</h3>
13 <ul> 13 <ul>
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 245d14e3..a0a02cc8 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('about') }}">{% trans %}Thanks to this form{% endtrans %}</a> 23 <a href="{{ path('new_entry') }}">{% trans %}Thanks to this form{% endtrans %}</a>
24 </div> 24 </div>
25 25
26 26