]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Replace vertical dots in material theme with horizontal dots 2093/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 18 May 2016 12:29:41 +0000 (14:29 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 18 May 2016 12:29:41 +0000 (14:29 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig

index cc4038c5803b200e4586dfae19a62c1b10f322fc..1d5692264d6a8016627da7f147b112bc479b8884 100644 (file)
@@ -32,7 +32,7 @@
 
                         <div class="card-content">
                             {% if not entry.previewPicture is null %}
-                                <i class="card-title grey-text text-darken-4 activator mdi-navigation-more-vert right"></i>
+                                <i class="card-title grey-text text-darken-4 activator mdi-navigation-more-horiz right"></i>
                             {% endif %}
 
                             <span class="card-title"><a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title|raw }}">{{ entry.title|striptags|slice(0, 42)|raw }}</a></span>