aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-09 18:19:08 +0100
committerGitHub <noreply@github.com>2016-11-09 18:19:08 +0100
commit644b340178136ef9465fdc3cf40f1de0f5f8c3d3 (patch)
treee8168f9f3ee9e9635316c01fb826914098ba65bb /src/Wallabag/CoreBundle/Resources/views/themes/material
parent1e8c7fa5f946bd63f0650392b76115f5ae8a45de (diff)
parent8a9604aafe8b8c6ddde4e1be78189af5238588fb (diff)
downloadwallabag-644b340178136ef9465fdc3cf40f1de0f5f8c3d3.tar.gz
wallabag-644b340178136ef9465fdc3cf40f1de0f5f8c3d3.tar.zst
wallabag-644b340178136ef9465fdc3cf40f1de0f5f8c3d3.zip
Merge pull request #2566 from wallabag/add-unmarkit
Added unmark.it sharing
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig8
1 files changed, 8 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 37a29d03..eda294d2 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
@@ -139,6 +139,14 @@
139 </a> 139 </a>
140 </li> 140 </li>
141 {% endif %} 141 {% endif %}
142 {% if craue_setting('share_unmark') %}
143 <li>
144 <a href="{{ craue_setting('unmark_url') }}/mark/add?url={{ entry.url|url_encode }}&amp;title={{entry.title|url_encode}}&amp;v=6" target="_blank">
145 <i class="tool icon-image icon-image--unmark" title="unmark"></i>
146 <span>unmark.it</span>
147 </a>
148 </li>
149 {% endif %}
142 {% if craue_setting('carrot') %} 150 {% if craue_setting('carrot') %}
143 <li> 151 <li>
144 <a href="https://secure.carrot.org/GiveAndGetBack.do?url={{ entry.url|url_encode }}&title={{ entry.title|url_encode }}" target="_blank" title="carrot"> 152 <a href="https://secure.carrot.org/GiveAndGetBack.do?url={{ entry.url|url_encode }}&title={{ entry.title|url_encode }}" target="_blank" title="carrot">