X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2FCard%2F_content.html.twig;fp=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2FCard%2F_content.html.twig;h=ab7295d56fb4657c0191a26da6177878b6d1744a;hb=3473e600b1d0ae0695b8c15342a6a1f76e2bc973;hp=0000000000000000000000000000000000000000;hpb=11ed735c09391f244dfa45b93cdbfded11196866;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig new file mode 100644 index 00000000..ab7295d5 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig @@ -0,0 +1,15 @@ +
+ {% if withPreview is defined %} + more_vert + {% endif %} + + {{ entry.title | striptags | truncate(80, true, '…') | raw | default('entry.default_title'|trans) }} + + +
+ {{ entry.domainName|removeWww }} + {% if withTags is defined %} + {% include "@WallabagCore/themes/material/Entry/_tags.html.twig" with {'tags': entry.tags | slice(0, 3), 'listClass': ' hide-on-med-and-down'} only %} + {% endif %} +
+