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=c3508083076c378945756d4887cb014e7c5f615f;hpb=2edc5395814c01fbd71c66234aa751092b913c2b;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 c3508083..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 @@ -11,6 +11,11 @@ @@ -82,7 +82,7 @@
  • - + delete {{ 'entry.view.left_menu.delete'|trans }} @@ -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,39 +134,43 @@ {% endif %} {% if craue_setting('share_shaarli') %}
  • - - + shaarli
  • {% endif %} + {% if craue_setting('share_scuttle') %} +
  • + + scuttle + +
  • + {% endif %} {% if craue_setting('share_diaspora') %}
  • - - + diaspora*
  • {% endif %} {% if craue_setting('share_unmark') %}
  • - - + unmark.it
  • {% endif %} {% if craue_setting('carrot') %}
  • - - + Carrot
  • {% endif %} {% if craue_setting('share_mail') %}
  • - + + mail {{ 'entry.view.left_menu.share_email_label'|trans }}
  • @@ -165,6 +178,7 @@ + {% endif %} {% if craue_setting('show_printlink') %}
  • @@ -179,7 +193,7 @@
  • file_download - {{ 'entry.view.left_menu.download'|trans }} + {{ 'entry.view.left_menu.export'|trans }}