mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-16 02:35:13 +00:00
Better icon
This commit is contained in:
parent
062fad434a
commit
90a0d086a8
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue