aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-10-05 21:37:17 +0200
committerThomas Citharel <tcit@tcit.fr>2015-10-05 21:37:17 +0200
commit9c8f7af196e6645525e5ff5b07864eaef8fb5ef5 (patch)
treec6f966b869efb4bd2c9c276957860283ee2baeec /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
parent8a60bc4cc2b6b1cfb5d8beb7ddcafc51d89a64c9 (diff)
downloadwallabag-9c8f7af196e6645525e5ff5b07864eaef8fb5ef5.tar.gz
wallabag-9c8f7af196e6645525e5ff5b07864eaef8fb5ef5.tar.zst
wallabag-9c8f7af196e6645525e5ff5b07864eaef8fb5ef5.zip
fix #1457
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
index d3cef895..7b61875c 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
@@ -146,7 +146,11 @@ main {
146 <aside> 146 <aside>
147 <a href="{{ entry.url|e }}" target="_blank" title="{% trans %}original{% endtrans %} : {{ entry.title|e }}" class="tool link mdi-content-link"> <span>{{ entry.domainName }}</span></a> 147 <a href="{{ entry.url|e }}" target="_blank" title="{% trans %}original{% endtrans %} : {{ entry.title|e }}" class="tool link mdi-content-link"> <span>{{ entry.domainName }}</span></a>
148 <div id="list"> 148 <div id="list">
149 {% for tag in entry.tags %}<span><a href="#">{{ tag.label }}</a></span>{% endfor %} 149 {% for tag in entry.tags %}
150 <div class="chip">
151 {{ tag.label }}<i class="mdi-navigation-close material-icons"></i>
152 </div>
153 {% endfor %}
150 </div> 154 </div>
151 155
152 {% if entry.previewPicture is not null %} 156 {% if entry.previewPicture is not null %}