mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-19 20:16:18 +00:00
Merge pull request #5380 from wallabag/add-random-entry-view
Added random button on article view
This commit is contained in:
commit
8c120a3c42
1 changed files with 7 additions and 0 deletions
|
@ -216,6 +216,13 @@
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<li class="bold border-top border-bottom">
|
||||||
|
<a class="waves-effect collapsible-header" title="{{ 'menu.top.random_entry'|trans }}" href="{{ path('random_entry', { 'type': 'all' }) }}">
|
||||||
|
<i class="material-icons small">casino</i>
|
||||||
|
<span>{{ 'menu.top.random_entry'|trans }}</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="bold">
|
<li class="bold">
|
||||||
<a class="waves-effect collapsible-header">
|
<a class="waves-effect collapsible-header">
|
||||||
<i class="material-icons small">file_download</i>
|
<i class="material-icons small">file_download</i>
|
||||||
|
|
Loading…
Reference in a new issue