]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update icon to `casino` 3526/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 21 Jan 2019 09:20:19 +0000 (10:20 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 22 Jan 2019 16:05:21 +0000 (17:05 +0100)
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig

index 549d60e7f5933c1c0ff85c067f308f3081604036..fb296c9d25bcebed75f8dbf06ad60e24067c2f6b 100644 (file)
@@ -32,7 +32,7 @@
                 {% include "@WallabagCore/themes/common/Entry/_rss_link.html.twig" %}
             {% endif %}
             {% if currentRoute in ['unread', 'starred', 'archive', 'untagged', 'all'] %}
-                <a href="{{ path('random_entry', { 'type': currentRoute }) }}"><i class="btn-clickable material-icons md-24 js-random-action">shuffle</i></a>
+                <a href="{{ path('random_entry', { 'type': currentRoute }) }}"><i class="btn-clickable material-icons md-24 js-random-action">casino</i></a>
             {% endif %}
             <i class="btn-clickable download-btn material-icons md-24 js-export-action">file_download</i>
             <i class="btn-clickable filter-btn material-icons md-24 js-filters-action">filter_list</i>
index 948e7eaa4b509f316e15ada58a67c87afcc496bb..b9c45567aa76c1971407b96302a28b8a5702c0ae 100644 (file)
                     {% if activeRoute %}
                     <li id="button_random">
                         <a class="waves-effect tooltipped js-random-action" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.random_entry'|trans }}" href="{{ path('random_entry', { 'type': activeRoute }) }}">
-                            <i class="material-icons">shuffle</i>
+                            <i class="material-icons">casino</i>
                         </a>
                     </li>
                     {% endif %}