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=9ae6e73e98b5fc2d9af39cba062320250c523702;hpb=b878be4cc99fd4927c70b59386cf7a57b33bb381;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 9ae6e73e..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 @@ -209,7 +209,7 @@
  • - + error {{ 'entry.view.left_menu.problem.label'|trans }} @@ -250,13 +250,13 @@
  • {% endif %}
  • - link + link {{ entry.domainName|removeWww }}
  • - comment + comment {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}
  • {% if entry.originUrl is not empty %} @@ -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 }}