diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-10 12:21:36 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-10 12:21:36 +0200 |
commit | fa0483b3611670f6ef5811fab6afd1c9bc35a515 (patch) | |
tree | 119a14acb6988a761f565d5e760c417d37e57ce0 /tpl/view.twig | |
parent | b58e261db9f3ea8b9c4c51ef9f0e393942915e21 (diff) | |
download | wallabag-fa0483b3611670f6ef5811fab6afd1c9bc35a515.tar.gz wallabag-fa0483b3611670f6ef5811fab6afd1c9bc35a515.tar.zst wallabag-fa0483b3611670f6ef5811fab6afd1c9bc35a515.zip |
closed #120: top link
Diffstat (limited to 'tpl/view.twig')
-rw-r--r-- | tpl/view.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/view.twig b/tpl/view.twig index e999afa1..e4dce091 100644 --- a/tpl/view.twig +++ b/tpl/view.twig | |||
@@ -26,7 +26,7 @@ | |||
26 | <ul class="tools"> | 26 | <ul class="tools"> |
27 | <li> | 27 | <li> |
28 | <li><a href="{{ referer }}" title="{% trans "back to home" %}" class="tool back"><span></span></a></li> | 28 | <li><a href="{{ referer }}" title="{% trans "back to home" %}" class="tool back"><span></span></a></li> |
29 | <li><a href="#" title="{% trans "back to top" %}" class="tool top"><span></span></a></li> | 29 | <li><a href="#top" title="{% trans "back to top" %}" class="tool top"><span></span></a></li> |
30 | <a title="{% trans "toggle mark as read" %}" class="tool archive {% if entry.is_read == 0 %}archive-off{% endif %}" href="./?action=toggle_archive&id={{ entry.id|e }}"><span></span></a></li> | 30 | <a title="{% trans "toggle mark as read" %}" class="tool archive {% if entry.is_read == 0 %}archive-off{% endif %}" href="./?action=toggle_archive&id={{ entry.id|e }}"><span></span></a></li> |
31 | <li><a title="{% trans "toggle favorite" %}" class="tool fav {% if entry.is_fav == 0 %}fav-off{% endif %}" href="./?action=toggle_fav&id={{ entry.id|e }}"><span></span></a></li> | 31 | <li><a title="{% trans "toggle favorite" %}" class="tool fav {% if entry.is_fav == 0 %}fav-off{% endif %}" href="./?action=toggle_fav&id={{ entry.id|e }}"><span></span></a></li> |
32 | <li><a title="{% trans "delete" %}" class="tool delete" href="./?action=delete&id={{ entry.id|e }}"><span></span></a></li> | 32 | <li><a title="{% trans "delete" %}" class="tool delete" href="./?action=delete&id={{ entry.id|e }}"><span></span></a></li> |