From: Matt Burke Date: Thu, 11 Oct 2018 23:47:48 +0000 (-0400) Subject: Show tags on non-image gallery preview card X-Git-Tag: 2.3.4~13^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=d73bfdbddb9f651f6f1a4b58e60d8f65a7d55343;hp=-c;p=github%2Fwallabag%2Fwallabag.git Show tags on non-image gallery preview card Tags and images aren't coupled, so they shouldn't be coupled in the UI, either. This also makes the titles and source domains show up consistently for image and non-image entry cards. --- d73bfdbddb9f651f6f1a4b58e60d8f65a7d55343 diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig index 8e6bbae0..4fd4debd 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig @@ -1,5 +1,12 @@
+
+ +
{% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry} only %}