]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Better icon
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 12 Oct 2018 20:13:14 +0000 (22:13 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 19 Jan 2019 20:10:16 +0000 (21:10 +0100)
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig

index 31c4b5cbecf8b17509729f7b5cbc65ceb2df5ce0..49128573c4e3167f9f4c444530b598e902681197 100644 (file)
@@ -28,7 +28,7 @@
         <div class="nb-results">
             {{ 'entry.list.number_on_the_page'|transchoice(entries.count) }}
             <a href="{{ path('switch_view_mode') }}"><i class="material-icons">{% if listMode == 0 %}view_list{% else %}view_module{% endif %}</i></a>
-            <a href="{{ path('random_entry', { 'type': currentRoute }) }}">random</a>
+            <a href="{{ path('random_entry', { 'type': currentRoute }) }}" title="random"><i class="material-icons">shuffle</i></a>
             {% if app.user.config.rssToken %}
                 {% include "@WallabagCore/themes/common/Entry/_rss_link.html.twig" %}
             {% endif %}