diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-10-12 22:13:14 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-10-12 22:14:12 +0200 |
commit | 60e919b8e218d118d04b797fc98cb2023a18e3b7 (patch) | |
tree | 7530ff1dc6389203b1c4a5e6e3ce92c8b0bdadde | |
parent | 6fae93856c9cf7ecfed99c08e0cb5216b7305bdc (diff) | |
download | wallabag-60e919b8e218d118d04b797fc98cb2023a18e3b7.tar.gz wallabag-60e919b8e218d118d04b797fc98cb2023a18e3b7.tar.zst wallabag-60e919b8e218d118d04b797fc98cb2023a18e3b7.zip |
Better icon
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index 9a383685..31e955fb 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | |||
@@ -28,7 +28,7 @@ | |||
28 | <div class="nb-results"> | 28 | <div class="nb-results"> |
29 | {{ 'entry.list.number_on_the_page'|transchoice(entries.count) }} | 29 | {{ 'entry.list.number_on_the_page'|transchoice(entries.count) }} |
30 | <a href="{{ path('switch_view_mode') }}"><i class="material-icons">{% if listMode == 0 %}view_list{% else %}view_module{% endif %}</i></a> | 30 | <a href="{{ path('switch_view_mode') }}"><i class="material-icons">{% if listMode == 0 %}view_list{% else %}view_module{% endif %}</i></a> |
31 | <a href="{{ path('random_entry', { 'type': currentRoute }) }}">random</a> | 31 | <a href="{{ path('random_entry', { 'type': currentRoute }) }}" title="random"><i class="material-icons">shuffle</i></a> |
32 | {% if app.user.config.rssToken %} | 32 | {% if app.user.config.rssToken %} |
33 | {% include "@WallabagCore/themes/common/Entry/_rss_link.html.twig" %} | 33 | {% include "@WallabagCore/themes/common/Entry/_rss_link.html.twig" %} |
34 | {% endif %} | 34 | {% endif %} |