wallabag/src/Wallabag/Wallabag/Resources/views/baggy/_display-mode.twig
2015-01-21 16:04:05 +01:00

6 lines
281 B
Twig
Executable file

<div id="display-mode">
<a href="javascript: void(null);" id="listmode" class="listmode">
<img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/blank.png" alt="{% trans "toggle view mode" %}" title="{% trans "toggle view mode" %}" width="16" height="16">
</a>
</div>