1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-18 05:32:23 -05:00

[add] link to mark as read in article view

This commit is contained in:
Nicolas Lœuillet 2014-01-09 20:38:14 +01:00
parent 310ceb45bc
commit 969a9fdf2e

View File

@ -7,7 +7,7 @@
{% else %}
<h2>{{ entry.title }}</h2>
<ul>
<li><a href="#">{{ 'mark as read'|trans }}</a></li>
<li><a href="{{ path('mark_entry_read', {'id': entry.id}) }}">{{ 'mark as read'|trans }}</a></li>
<li><a href="#">{{ 'star'|trans }}</a></li>
<li><a href="#">{{ 'delete'|trans }}</a></li>
<li><a href="{{ entry.url }}">{{ 'view original'|trans }}</a></li>