1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

[add] link to article in front view

This commit is contained in:
Nicolas Lœuillet 2014-01-08 10:56:16 +01:00
parent 4199943f4c
commit 9bc4e790b4

View File

@ -9,7 +9,7 @@
{{ 'msg.results'|transchoice(count) }}
{% for entry in entries %}
<div>
{{ entry.id }} - {{ entry.title }}
<a href="index.php/view/{{entry.id}}">{{ entry.title }}</a>
<p>{{ entry.content|striptags|slice(0, 300) }}...</p>