diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-05-18 14:58:50 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-05-18 14:58:50 +0200 |
commit | d30ec39008945cdbb98bf5db10640f2fe60d91db (patch) | |
tree | d44b688c81028df0cb2c059b43e4f82bc8beb85a /src | |
parent | 8baf3d4bda446c088435006b2abe3c7ab2d49f14 (diff) | |
parent | 9b4042259424a3e4b260a2e16780452963f9964a (diff) | |
download | wallabag-d30ec39008945cdbb98bf5db10640f2fe60d91db.tar.gz wallabag-d30ec39008945cdbb98bf5db10640f2fe60d91db.tar.zst wallabag-d30ec39008945cdbb98bf5db10640f2fe60d91db.zip |
Merge pull request #2093 from wallabag/replace-dots-material
Replace vertical dots in material theme with horizontal dots
Diffstat (limited to 'src')
-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> |