aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/home.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-12 05:14:04 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-12 05:14:04 -0700
commit667009727a38890eb651815843c1bc02869a4119 (patch)
treefc3cdb9f2c7659c2d6a1bfe04a34d2430629612c /tpl/home.twig
parent82757801b9e9cdc8806c0005c290f05124f91ba6 (diff)
parent15493df62db830a0834a74c240bbb9d8889ae1de (diff)
downloadwallabag-667009727a38890eb651815843c1bc02869a4119.tar.gz
wallabag-667009727a38890eb651815843c1bc02869a4119.tar.zst
wallabag-667009727a38890eb651815843c1bc02869a4119.zip
Merge pull request #132 from inthepoche/dev
merge with beta2
Diffstat (limited to 'tpl/home.twig')
-rw-r--r--tpl/home.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/home.twig b/tpl/home.twig
index a6da641f..03f9f70d 100644
--- a/tpl/home.twig
+++ b/tpl/home.twig
@@ -19,6 +19,7 @@
19 <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> 19 <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>
20 <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> 20 <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>
21 <li><a title="{% trans "delete" %}" class="tool delete" href="./?action=delete&id={{ entry.id|e }}"><span></span></a></li> 21 <li><a title="{% trans "delete" %}" class="tool delete" href="./?action=delete&id={{ entry.id|e }}"><span></span></a></li>
22 <li class="reading-time">{{ entry.content| getReadingTime }} min</li>
22 </li> 23 </li>
23 </ul> 24 </ul>
24 <p>{{ entry.content|striptags|slice(0, 300) }}...</p> 25 <p>{{ entry.content|striptags|slice(0, 300) }}...</p>