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=64e7c90ae92d9d11a614dd1b5b260565f2d2bf5c;hp=4cff7bf2db489491618b6a61eb35c31086366ec4;hpb=2490f61dca635026a3eb9b5e9b6978b1981b1172;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 4cff7bf2..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') %}
  • @@ -249,6 +259,14 @@ comment {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}
  • + {% if entry.originUrl is not empty %} +
  • + launch + + {{ entry.originUrl|striptags|removeSchemeAndWww|truncate(32) }} + +
  • + {% endif %}