X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=2b249b73718be2432e195065aaa12c0c6de0046e;hb=b2439a8e4e99969df19390f82ee18a323c4aafeb;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..2b249b73 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 }} @@ -250,19 +250,19 @@
  • {% endif %}
  • - link - + link + {{ entry.domainName|removeWww }}
  • - comment + comment {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}
  • {% 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 }}