aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_actions.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>
* Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-241-1/+1
|
* Fix entry reading timeSimounet2016-12-271-3/+1
|
* Hide creation date in mobile viewNicolas Lœuillet2016-11-141-2/+2
|
* Added creation date on entries viewNicolas Lœuillet2016-11-141-1/+4
|
* Display a bigger image in case of image contentJeremy Benoist2016-11-081-0/+14
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