diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-05-18 14:29:41 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-05-18 14:29:41 +0200 |
commit | 9b4042259424a3e4b260a2e16780452963f9964a (patch) | |
tree | f93147fbe1666c8c3a3cb90f947f938e8a7130f2 | |
parent | cac3f603cf5f3cd43a17396f93d7c2d44ddd42e1 (diff) | |
download | wallabag-9b4042259424a3e4b260a2e16780452963f9964a.tar.gz wallabag-9b4042259424a3e4b260a2e16780452963f9964a.tar.zst wallabag-9b4042259424a3e4b260a2e16780452963f9964a.zip |
Replace vertical dots in material theme with horizontal dots
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index cc4038c5..1d569226 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | |||
@@ -32,7 +32,7 @@ | |||
32 | 32 | ||
33 | <div class="card-content"> | 33 | <div class="card-content"> |
34 | {% if not entry.previewPicture is null %} | 34 | {% if not entry.previewPicture is null %} |
35 | <i class="card-title grey-text text-darken-4 activator mdi-navigation-more-vert right"></i> | 35 | <i class="card-title grey-text text-darken-4 activator mdi-navigation-more-horiz right"></i> |
36 | {% endif %} | 36 | {% endif %} |
37 | 37 | ||
38 | <span class="card-title"><a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title|raw }}">{{ entry.title|striptags|slice(0, 42)|raw }}</a></span> | 38 | <span class="card-title"><a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title|raw }}">{{ entry.title|striptags|slice(0, 42)|raw }}</a></span> |