aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
diff options
context:
space:
mode:
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.twig10
1 files changed, 10 insertions, 0 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 bd9eb0d7..e134abcd 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
@@ -97,6 +97,15 @@
97 <div class="collapsible-body"></div> 97 <div class="collapsible-body"></div>
98 </li> 98 </li>
99 99
100 {% if craue_setting('share_public')
101 or craue_setting('share_twitter')
102 or craue_setting('share_shaarli')
103 or craue_setting('share_scuttle')
104 or craue_setting('share_diaspora')
105 or craue_setting('share_unmark')
106 or craue_setting('carrot')
107 or craue_setting('share_mail')
108 %}
100 <li class="bold"> 109 <li class="bold">
101 <a class="waves-effect collapsible-header"> 110 <a class="waves-effect collapsible-header">
102 <i class="material-icons small">share</i> 111 <i class="material-icons small">share</i>
@@ -169,6 +178,7 @@
169 </ul> 178 </ul>
170 </div> 179 </div>
171 </li> 180 </li>
181 {% endif %}
172 182
173 {% if craue_setting('show_printlink') %} 183 {% if craue_setting('show_printlink') %}
174 <li class="bold border-bottom hide-on-med-and-down"> 184 <li class="bold border-bottom hide-on-med-and-down">