]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1317 from wallabag/v2-fix-typo
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Tue, 11 Aug 2015 19:26:31 +0000 (21:26 +0200)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Tue, 11 Aug 2015 19:26:31 +0000 (21:26 +0200)
fix link in howto page

src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig

index f25acb5da4621e5f264d3f4763961e6003d45f75..c69c03c32e8b3defe6d28e1450f9487567c85e0a 100644 (file)
@@ -7,7 +7,7 @@
 
     <p>{% trans %}There are several ways to save an article:{% endtrans %}</p>
     <ul>
-        <li><a href="{{ path('about') }}">{% trans %}Thanks to this form{% endtrans %}</a></li>
+        <li><a href="{{ path('new_entry') }}">{% trans %}Thanks to this form{% endtrans %}</a></li>
     </ul>
     <h3>{% trans %}Browser Addons{% endtrans %}</h3>
     <ul>
index 245d14e311ceff31332704a04c05894676539b71..a0a02cc8de7aa990b3824d2fc90327c28fe04cfc 100644 (file)
@@ -20,7 +20,7 @@
 
 
                     <div id="set1" class="col s12">
-                        <a href="{{ path('about') }}">{% trans %}Thanks to this form{% endtrans %}</a>
+                        <a href="{{ path('new_entry') }}">{% trans %}Thanks to this form{% endtrans %}</a>
                     </div>