aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-11 19:10:48 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-11 19:10:48 +0200
commit82051a6a6a51cb247e1402d4649178a767cd81b1 (patch)
treef4e59e2365599fd047fa2793d2e18632ae13284b /tpl
parent5bf30b006032b121dcd425a37a7cc3a4991ed9ba (diff)
downloadwallabag-82051a6a6a51cb247e1402d4649178a767cd81b1.tar.gz
wallabag-82051a6a6a51cb247e1402d4649178a767cd81b1.tar.zst
wallabag-82051a6a6a51cb247e1402d4649178a767cd81b1.zip
fixed #128: back to home after mark a link as read is fixed
Diffstat (limited to 'tpl')
-rw-r--r--tpl/view.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/view.twig b/tpl/view.twig
index e4dce091..2cbb9ca9 100644
--- a/tpl/view.twig
+++ b/tpl/view.twig
@@ -5,7 +5,7 @@
5 <div class="tools"> 5 <div class="tools">
6 <ul class="tools"> 6 <ul class="tools">
7 <li> 7 <li>
8 <li><a href="{{ referer }}" title="{% trans "back to home" %}" class="tool back"><span></span></a></li> 8 <li><a href="./" title="{% trans "back to home" %}" class="tool back"><span></span></a></li>
9 <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> 9 <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>
10 <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> 10 <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>
11 <li><a title="{% trans "delete" %}" class="tool delete" href="./?action=delete&id={{ entry.id|e }}"><span></span></a></li> 11 <li><a title="{% trans "delete" %}" class="tool delete" href="./?action=delete&id={{ entry.id|e }}"><span></span></a></li>
@@ -25,7 +25,7 @@
25 <div class="tools"> 25 <div class="tools">
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="./?" title="{% trans "back to home" %}" class="tool back"><span></span></a></li>
29 <li><a href="#top" 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>