diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-28 14:06:59 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-28 14:06:59 +0100 |
commit | 49c803425c3d755d8525128156f7175f4883cad1 (patch) | |
tree | 52b26829d692c7460937e695ab232d345f90a117 /themes/baggy | |
parent | 346380e131ac41229fdcadb5bc5dcb99347552ec (diff) | |
parent | cf75bb31e94df45512f2c04e1cfb8dc7723ffbfb (diff) | |
download | wallabag-49c803425c3d755d8525128156f7175f4883cad1.tar.gz wallabag-49c803425c3d755d8525128156f7175f4883cad1.tar.zst wallabag-49c803425c3d755d8525128156f7175f4883cad1.zip |
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/home.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index 5262c05b..7bc0472d 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig | |||
@@ -32,7 +32,7 @@ | |||
32 | {% endblock %} | 32 | {% endblock %} |
33 | <div class="list-entries"> | 33 | <div class="list-entries"> |
34 | {% for entry in entries %} | 34 | {% for entry in entries %} |
35 | <div id="entry-{{ entry.id|e }}" class="entrie"> | 35 | <div id="entry-{{ entry.id|e }}" class="entrie"{% if listmode %} style="width:100%; margin-left:0;"{% endif %}> |
36 | <h2><a href="index.php?view=view&id={{ entry.id|e }}">{{ entry.title|raw }}</a></h2> | 36 | <h2><a href="index.php?view=view&id={{ entry.id|e }}">{{ entry.title|raw }}</a></h2> |
37 | {% if entry.content| getReadingTime > 0 %} | 37 | {% if entry.content| getReadingTime > 0 %} |
38 | <div class="estimatedTime"><a target="_blank" title="{% trans "estimated reading time:" %} {{ entry.content| getReadingTime }} min" class="tool reading-time"><span>{% trans "estimated reading time :" %} {{ entry.content| getReadingTime }} min</span></div> | 38 | <div class="estimatedTime"><a target="_blank" title="{% trans "estimated reading time:" %} {{ entry.content| getReadingTime }} min" class="tool reading-time"><span>{% trans "estimated reading time :" %} {{ entry.content| getReadingTime }} min</span></div> |