diff options
author | Nicolas Lœuillet <nicolas.loeuillet@gmail.com> | 2014-02-12 20:05:51 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas.loeuillet@gmail.com> | 2014-02-12 20:05:51 +0100 |
commit | 68268c01995d2136e4c04c4e8c650e7d0a4eaca2 (patch) | |
tree | 20dcbe7f9238c088dbf188ae997e81f38b2bb266 /themes/default | |
parent | 5966d2c2d3f30ab7b4fdbaf3bf3176532118c0a1 (diff) | |
parent | 58f6269f36ae719edcc79139ef5e808de12d4a8e (diff) | |
download | wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.tar.gz wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.tar.zst wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.zip |
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/view.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/view.twig b/themes/default/view.twig index d09977a8..9858996f 100644 --- a/themes/default/view.twig +++ b/themes/default/view.twig | |||
@@ -21,7 +21,7 @@ | |||
21 | <h1>{{ entry.title|raw }}</h1> | 21 | <h1>{{ entry.title|raw }}</h1> |
22 | </header> | 22 | </header> |
23 | <aside class="tags"> | 23 | <aside class="tags"> |
24 | tags: {% for tag in tags %}<a href="./?view=tag&id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a> | 24 | {% trans "tags:" %} {% for tag in tags %}<a href="./?view=tag&id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a> |
25 | </aside> | 25 | </aside> |
26 | <article> | 26 | <article> |
27 | {{ content | raw }} | 27 | {{ content | raw }} |