X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentries.html.twig;h=986166353f655b3fefad080f17e8faf5c2ceb587;hb=5ecdfcd041767c9e3244a92bb0a6cc3c3f80fea3;hp=1d5692264d6a8016627da7f147b112bc479b8884;hpb=9f95b14dec88cf083cefa38d5fbd84189e07acac;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index 1d569226..98616635 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -32,7 +32,7 @@
{% if not entry.previewPicture is null %} - + more_vert {% endif %} {{ entry.title|striptags|slice(0, 42)|raw }} @@ -56,7 +56,7 @@ {% if not entry.previewPicture is null %}
- + clear {{ entry.title|raw }} @@ -126,6 +126,11 @@ {{ form_label(form.isStarred) }}
+
+ {{ form_widget(form.isUnread) }} + {{ form_label(form.isUnread) }} +
+