wallabag/app/Resources/views/baggy/_display-mode.twig

6 lines
281 B
Twig
Raw Normal View History

2015-01-22 07:30:07 +00:00
<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>