diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-28 10:30:51 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-28 10:30:51 +0100 |
commit | cdada41505e77722f86334844d557128e6f4af4f (patch) | |
tree | bf9ce3532aebbd8f1d0611de63ba97fd75b73c88 /themes/baggy/_display-mode.twig | |
parent | b152f2b6ba73fbb3e4fb8d4c3b0d69fddad8f9d8 (diff) | |
parent | 08718c01e4b8b35fe75b1e04534e028dd26c8c53 (diff) | |
download | wallabag-cdada41505e77722f86334844d557128e6f4af4f.tar.gz wallabag-cdada41505e77722f86334844d557128e6f4af4f.tar.zst wallabag-cdada41505e77722f86334844d557128e6f4af4f.zip |
Merge pull request #587 from mariroz/dev
problem with resources and localhost url fix
Diffstat (limited to 'themes/baggy/_display-mode.twig')
-rwxr-xr-x | themes/baggy/_display-mode.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/_display-mode.twig b/themes/baggy/_display-mode.twig index 31f76581..382dd5f1 100755 --- a/themes/baggy/_display-mode.twig +++ b/themes/baggy/_display-mode.twig | |||
@@ -1,5 +1,5 @@ | |||
1 | <div id="display-mode"> | 1 | <div id="display-mode"> |
2 | <a href="javascript: void(null);" id="listmode" class="listmode"> | 2 | <a href="javascript: void(null);" id="listmode" class="listmode"> |
3 | <img src="{{ poche_url }}/themes/{{ theme }}/img/{{ theme }}/blank.png" alt="{% trans "toggle view mode" %}" title="{% trans "toggle view mode" %}" width="16" height="16"> | 3 | <img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/blank.png" alt="{% trans "toggle view mode" %}" title="{% trans "toggle view mode" %}" width="16" height="16"> |
4 | </a> | 4 | </a> |
5 | </div> | 5 | </div> |