]> 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>
Fri, 12 Oct 2018 20:14:12 +0000 (22:14 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig

index 9a383685fd0ea3036305652c0b4f9509c711b440..31e955fbd2d157f753bf6b326cfddae1d6a41818 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 %}