diff options
Diffstat (limited to 'app/Resources/CraueConfigBundle/views/Settings')
-rw-r--r-- | app/Resources/CraueConfigBundle/views/Settings/modify.html.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig b/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig index f44db420..c4e735ee 100644 --- a/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig +++ b/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig | |||
@@ -1,6 +1,6 @@ | |||
1 | {% extends "WallabagCoreBundle::layout.html.twig" %} | 1 | {% extends "WallabagCoreBundle::layout.html.twig" %} |
2 | 2 | ||
3 | {% block title %}{% trans %}internal settings{% endtrans %}{% endblock %} | 3 | {% block title %}{{ 'menu.left.internal_settings'|trans }}{% endblock %} |
4 | 4 | ||
5 | {% block content %} | 5 | {% block content %} |
6 | <div class="row"> | 6 | <div class="row"> |
@@ -13,7 +13,7 @@ | |||
13 | <div class="div_tabs col s12"> | 13 | <div class="div_tabs col s12"> |
14 | <ul class="tabs"> | 14 | <ul class="tabs"> |
15 | {% for section in sections | craue_sortSections %} | 15 | {% for section in sections | craue_sortSections %} |
16 | <li class="tab col s3"><a href="#set-{{ section }}">{{ section | trans({}, 'CraueConfigBundle') }}</a></li> | 16 | <li class="tab col s12 m6 l3"><a href="#set-{{ section }}">{{ section | trans({}, 'CraueConfigBundle') }}</a></li> |
17 | {% endfor %} | 17 | {% endfor %} |
18 | </ul> | 18 | </ul> |
19 | </div> | 19 | </div> |