X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=c6c19de6b493705cecf0ffce77694e46c9348cc8;hb=8896f0f988350620132ee8d4267bb66f7fba4663;hp=0d05f4d5b5b2b1bb6803e2191970d13f3dfd05ec;hpb=2ff26deaf8a71ee428eebc08c387ad4bab764686;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 0d05f4d5..c6c19de6 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
  • @@ -245,13 +245,13 @@
  • person {% for author in entry.publishedBy %} - {{ author }}{% if not loop.last %}, {% endif %} + {{ author|raw }}{% if not loop.last %}, {% endif %} {% endfor %}
  • {% 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|e('html_attr') }}
    - {% endif %} -
    {{ entry.content | raw }}