X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=e134abcd051d333e180bbb49fa6522dec6dca295;hb=0ef1ffbf712950416aa5c14920e227c8148eee1b;hp=d585a7dcf952f5643772154f3ec3b453085576a2;hpb=3198ea9682e87f10c2b0fd6e75bcde40ad801245;p=github%2Fwallabag%2Fwallabag.git 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 d585a7dc..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 @@
+ {% if craue_setting('share_public') + or craue_setting('share_twitter') + or craue_setting('share_shaarli') + or craue_setting('share_scuttle') + or craue_setting('share_diaspora') + or craue_setting('share_unmark') + or craue_setting('carrot') + or craue_setting('share_mail') + %}
  • share @@ -125,7 +134,7 @@ {% endif %} {% if craue_setting('share_shaarli') %}
  • - + shaarli
  • @@ -169,6 +178,7 @@ + {% endif %} {% if craue_setting('show_printlink') %}
  • @@ -251,7 +261,7 @@
  • {% if entry.originUrl is not empty %}
  • - launch + launch {{ entry.originUrl|striptags|removeSchemeAndWww|truncate(32) }}