X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=15b4d82f66e7b5f02d313fe56b0912125428a643;hb=293730656d696dab8cdbc8447a0e970a58ff77d2;hp=7484d53be3d9bed1f202762f9205baa891e0268c;hpb=03f2cacb58167c33212bba1267b9cf848edab29e;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 7484d53b..15b4d82f 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 @@ -46,7 +46,7 @@
  • - + link {{ 'entry.view.left_menu.view_original_article'|trans }} @@ -127,42 +127,42 @@ {% endif %} {% if craue_setting('share_twitter') %}
  • - + twitter
  • {% 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
  • @@ -209,7 +209,7 @@
  • - + error {{ 'entry.view.left_menu.problem.label'|trans }} @@ -251,7 +251,7 @@ {% endif %}
  • link - + {{ entry.domainName|removeWww }}
  • @@ -262,7 +262,7 @@ {% if entry.originUrl is not empty %}
  • launch - + {{ entry.originUrl|striptags|removeSchemeAndWww|truncate(32) }}
  • @@ -275,10 +275,6 @@ {{ render(controller( "WallabagCoreBundle:Tag:addTagForm", { 'id': entry.id } )) }} - {% if entry.previewPicture is not null %} -
    {{ entry.title|striptags|default('entry.default_title'|trans)|raw }}
    - {% endif %} -
    {{ entry.content | raw }}