aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-06-05 17:13:21 +0200
committerGitHub <noreply@github.com>2019-06-05 17:13:21 +0200
commit757ca53f6326a9b31c9f2f8508fc432e42ecf9c5 (patch)
treefb21c3adcfa6eefdb90436836ce5cdaf48844ec8 /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent7e5b7e029a5ba7aadc8128243afaa00e2a870645 (diff)
parentd010bdd44bb9fad4eff594878443a1d3b4e0e044 (diff)
downloadwallabag-757ca53f6326a9b31c9f2f8508fc432e42ecf9c5.tar.gz
wallabag-757ca53f6326a9b31c9f2f8508fc432e42ecf9c5.tar.zst
wallabag-757ca53f6326a9b31c9f2f8508fc432e42ecf9c5.zip
Merge pull request #3992 from wallabag/feature/menu-quickstart
Add quickstart into the menu
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index b9c45567..c51d07fc 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -91,6 +91,9 @@
91 <li class="bold {% if currentRoute == 'howto' %}active{% endif %}"> 91 <li class="bold {% if currentRoute == 'howto' %}active{% endif %}">
92 <a class="waves-effect" href="{{ path('howto') }}">{{ 'menu.left.howto'|trans }}</a> 92 <a class="waves-effect" href="{{ path('howto') }}">{{ 'menu.left.howto'|trans }}</a>
93 </li> 93 </li>
94 <li class="bold {% if currentRoute == 'quickstart' %}active{% endif %}">
95 <a class="waves-effect" href="{{ path('quickstart') }}">{{ 'menu.left.quickstart'|trans }}</a>
96 </li>
94 <li class="bold"> 97 <li class="bold">
95 <a class="waves-effect icon icon-power" href="{{ path('fos_user_security_logout') }}">{{ 'menu.left.logout'|trans }}</a> 98 <a class="waves-effect icon icon-power" href="{{ path('fos_user_security_logout') }}">{{ 'menu.left.logout'|trans }}</a>
96 </li> 99 </li>