X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FEntry%2Fentry.html.twig;h=5a80033232251c122b8c70fbbaa264698335f98a;hb=188b74b6df0647e9833d546443eb43d4df8536f7;hp=b3f4709802e715af651853ab9c7aa4d60a12661a;hpb=784bb4c38d4665294108d7de39c85208a6d76001;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig index b3f47098..5a800332 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig @@ -3,33 +3,41 @@ {% block title %}{{ entry.title|raw }} ({{ entry.domainName|removeWww }}){% endblock %} {% block content %} -
- -
-

{{ entry.title|raw }} ✎

+

{{ entry.title|raw }} ✎

+ +
+ +
+ {% set nbAnnotations = entry.annotations | length %} + {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }} {% if entry.previewPicture is not null %}
{{ entry.title|raw }}
@@ -38,7 +46,7 @@ {{ entry.content | raw }}
- + + {% endblock %}