aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-06 06:14:54 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-06 06:16:17 +0200
commit68e9dcf6151adf60fc25ea921ebf541c6f97435f (patch)
tree38924d3df3d01b864c1e5de7697517613cc70e96 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
parent9c8f7af196e6645525e5ff5b07864eaef8fb5ef5 (diff)
downloadwallabag-68e9dcf6151adf60fc25ea921ebf541c6f97435f.tar.gz
wallabag-68e9dcf6151adf60fc25ea921ebf541c6f97435f.tar.zst
wallabag-68e9dcf6151adf60fc25ea921ebf541c6f97435f.zip
restore blue color
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig2
1 files changed, 1 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 7b61875c..9fb820b4 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
@@ -148,7 +148,7 @@ main {
148 <div id="list"> 148 <div id="list">
149 {% for tag in entry.tags %} 149 {% for tag in entry.tags %}
150 <div class="chip"> 150 <div class="chip">
151 {{ tag.label }}<i class="mdi-navigation-close material-icons"></i> 151 {{ tag.label }}
152 </div> 152 </div>
153 {% endfor %} 153 {% endfor %}
154 </div> 154 </div>