aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Content card template sharedSimounet2017-12-261-20/+1
|
* Fix rendering of entry title in Twig viewsKevin Decherf2017-02-021-2/+2
| | | | | | | | | | | | | | | | This commit provides some improvements on the rendering of entry title on entries list and entry views and refactors filter calls: - Remove escape filter from apparent title, striptags is enough - Move raw filter to the end of apparent title as it's ignored if not placed as the last filter - Replace raw filter with e('html_attr') for title used in attributes, fixing possible issue and/or glitch - Add striptags to entry.title used for link sharing to respect the apparent title Fixes #2802 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fixed possible JS injection via the title editionNicolas Lœuillet2017-01-171-2/+2
|
* Display a bigger image in case of image contentJeremy Benoist2016-11-081-0/+26
If the content is only an image, we can display a bigger preview image because we won’t have text to display. Also, split different card view to avoid too much complexity in the entries.html.twig