aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig
index 6a095035..cb2f6f74 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig
@@ -1,4 +1,5 @@
1<div class="card-stacked"> 1<div class="card-stacked">
2 {% include "@WallabagCore/themes/material/Entry/Card/_mass_checkbox.html.twig" with {'entry': entry} only %}
2 <div class="card-preview"> 3 <div class="card-preview">
3 <a href="{{ path('view', { 'id': entry.id }) }}"> 4 <a href="{{ path('view', { 'id': entry.id }) }}">
4 {% set previewClassModifier = entry.previewPicture ? '' : ' preview--default' %} 5 {% set previewClassModifier = entry.previewPicture ? '' : ' preview--default' %}