forked from wallabag/wallabag
Replace vertical dots in material theme with horizontal dots
This commit is contained in:
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
{% if not entry.previewPicture is null %}
|
{% 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 %}
|
{% 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>
|
<span class="card-title"><a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title|raw }}">{{ entry.title|striptags|slice(0, 42)|raw }}</a></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user