Better icon

This commit is contained in:
Jeremy Benoist 2018-10-12 22:13:14 +02:00
parent 062fad434a
commit 90a0d086a8
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View 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 %}