aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* material: replace exit_to_app, redo and autorenew iconsKevin Decherf2017-12-161-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: replace card activator with article link on card previewKevin Decherf2017-11-061-1/+7
| | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add some flex magicThomas Citharel2017-05-311-18/+16
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fixed tags display on grid viewNicolas Lœuillet2017-05-311-21/+26
|
* Added tags on list viewNicolas Lœuillet2017-05-301-1/+8
|
* Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-241-1/+1
|
* Fix rendering of entry title in Twig viewsKevin Decherf2017-02-021-1/+1
| | | | | | | | | | | | | | | | 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>
* Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-281-4/+8
|
* Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-1/+1
|
* Added list viewNicolas Lœuillet2016-11-281-0/+14