diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 21:42:46 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 21:42:46 +0200 |
commit | c765c3679fee3ed9e4bad9954a808116187a7e83 (patch) | |
tree | e18a69e8dc7d651f464c531e64773212017a22c8 /tpl/home.twig | |
parent | eb1af592194e225bf887e4893e697f0ab8dd9a26 (diff) | |
download | wallabag-c765c3679fee3ed9e4bad9954a808116187a7e83.tar.gz wallabag-c765c3679fee3ed9e4bad9954a808116187a7e83.tar.zst wallabag-c765c3679fee3ed9e4bad9954a808116187a7e83.zip |
import in poche and not in an external file
Diffstat (limited to 'tpl/home.twig')
-rw-r--r-- | tpl/home.twig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tpl/home.twig b/tpl/home.twig index 5752b2cf..49ef9050 100644 --- a/tpl/home.twig +++ b/tpl/home.twig | |||
@@ -15,15 +15,6 @@ | |||
15 | <li><img src="./tpl/img/up.png" onclick="sort_links('{{ view }}', 'ta');" title="{% trans "by title asc" %}" /> {% trans "by title" %} <img src="./tpl/img/down.png" onclick="sort_links('{{ view }}', 'td');" title="{% trans "by title desc" %}" /></li> | 15 | <li><img src="./tpl/img/up.png" onclick="sort_links('{{ view }}', 'ta');" title="{% trans "by title asc" %}" /> {% trans "by title" %} <img src="./tpl/img/down.png" onclick="sort_links('{{ view }}', 'td');" title="{% trans "by title desc" %}" /></li> |
16 | </ul> | 16 | </ul> |
17 | {% endblock %} | 17 | {% endblock %} |
18 | {% block notices %} | ||
19 | <div class="messages"> | ||
20 | <ul> | ||
21 | {% for notice in notices %} | ||
22 | <li>{{ notice.value|e }}</li> | ||
23 | {% endfor %} | ||
24 | </ul> | ||
25 | </div> | ||
26 | {% endblock %} | ||
27 | {% block content %} | 18 | {% block content %} |
28 | <div id="content"> | 19 | <div id="content"> |
29 | {% for entry in entries %} | 20 | {% for entry in entries %} |