diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-08-09 20:47:13 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-08-09 20:47:13 +0200 |
commit | 20a69dffe7e1caf01c12b2c39dbb2f9cb8093925 (patch) | |
tree | c7e0aedc392586a2e10f03940c1db2cf859d2643 /src | |
parent | e9d5c2bf02fca888aaca49d811bd78a0a7ec808c (diff) | |
parent | 009696d0a80aa691fb65593c8c37fe578c8c867a (diff) | |
download | wallabag-20a69dffe7e1caf01c12b2c39dbb2f9cb8093925.tar.gz wallabag-20a69dffe7e1caf01c12b2c39dbb2f9cb8093925.tar.zst wallabag-20a69dffe7e1caf01c12b2c39dbb2f9cb8093925.zip |
Merge pull request #1304 from wallabag/v2-rename-starred-menu
rename favorite in starred
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig index a767f8cf..a56f58f3 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig | |||
@@ -72,7 +72,7 @@ | |||
72 | {% set currentRoute = app.request.attributes.get('_route') %} | 72 | {% set currentRoute = app.request.attributes.get('_route') %} |
73 | 73 | ||
74 | <li class="bold {% if currentRoute == 'unread' or currentRoute == 'homepage' %}active{% endif %}"><a class="waves-effect" href="{{ path('unread') }}">{% trans %}unread{% endtrans %}</a></li> | 74 | <li class="bold {% if currentRoute == 'unread' or currentRoute == 'homepage' %}active{% endif %}"><a class="waves-effect" href="{{ path('unread') }}">{% trans %}unread{% endtrans %}</a></li> |
75 | <li class="bold {% if currentRoute == 'starred' %}active{% endif %}"><a class="waves-effect" href="{{ path('starred') }}">{% trans %}favorites{% endtrans %}</a></li> | 75 | <li class="bold {% if currentRoute == 'starred' %}active{% endif %}"><a class="waves-effect" href="{{ path('starred') }}">{% trans %}starred{% endtrans %}</a></li> |
76 | <li class="bold {% if currentRoute == 'archive' %}active{% endif %}"><a class="waves-effect" href="{{ path('archive') }}">{% trans %}archive{% endtrans %}</a></li> | 76 | <li class="bold {% if currentRoute == 'archive' %}active{% endif %}"><a class="waves-effect" href="{{ path('archive') }}">{% trans %}archive{% endtrans %}</a></li> |
77 | <li class="bold border-bottom {% if currentRoute == 'tags' %}active{% endif %}"><a class="waves-effect" href="?view=tags">{% trans %}tags{% endtrans %}</a></li> | 77 | <li class="bold border-bottom {% if currentRoute == 'tags' %}active{% endif %}"><a class="waves-effect" href="?view=tags">{% trans %}tags{% endtrans %}</a></li> |
78 | <li class="bold {% if currentRoute == 'config' %}active{% endif %}"><a class="waves-effect" href="{{ path('config') }}">{% trans %}config{% endtrans %}</a></li> | 78 | <li class="bold {% if currentRoute == 'config' %}active{% endif %}"><a class="waves-effect" href="{{ path('config') }}">{% trans %}config{% endtrans %}</a></li> |