X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2FEntry%2Fentries.html.twig;h=3f5cf46090e7a3739b70d912df9fb737424252cc;hb=49e564ec159371d9fa751ba75f9f1c555d108179;hp=7629ef35e646e86786dcf4fe20c9cc8cf236198f;hpb=a15692b1b736a6a1d3c50a5daffe08c16e6cc93b;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/Entry/entries.html.twig index 7629ef35..3f5cf460 100644 --- a/src/Wallabag/CoreBundle/Resources/views/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/Entry/entries.html.twig @@ -8,9 +8,9 @@
{{ entries.count }} {% trans %}entries{% endtrans %}
@@ -21,7 +21,7 @@ {% if entries is empty %}

{% trans %}No articles found.{% endtrans %}

{% else %} -
{{ form_rest(form) }}
+
{{ form_rest(form) }}
{% for entry in entries %}

{{ entry.title|raw }}

@@ -35,9 +35,9 @@
  • {% trans %}Toggle mark as read{% endtrans %}
  • {% trans %}toggle favorite{% endtrans %}
  • {% trans %}delete{% endtrans %}
  • -
  • {{ entry.url | e | domainName }}
  • +
  • {{ entry.domainName }}
  • -

    {{ entry.content|striptags|slice(0, 300) }}...

    +

    {{ entry.content|striptags|slice(0, 300) }}…

    {% endfor %} {% endif %}