From: Nicolas LÅ“uillet Date: Thu, 18 Aug 2016 13:36:28 +0000 (+0200) Subject: Changed code indentation X-Git-Tag: 2.0.7~2^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e7732deb1f7614523905634e23a8717f9ca526bf;p=github%2Fwallabag%2Fwallabag.git Changed code indentation --- 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 12b0bc53..87b4424c 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 @@ -31,9 +31,13 @@ {% set readingTime = entry.readingTime / app.user.config.readingSpeed %} - + {% set nbAnnotations = entry.annotations | length %} {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}