aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-02-07 17:49:27 +0200
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-02-07 17:49:27 +0200
commitc515ffec9c4e43c6e826645168a36cedaf0b6870 (patch)
tree787ee9c39e1cdc180b118cd198178a85e8d16c95 /themes
parent4e09039d2c2c691e9520384f6f464d6d751ab4ad (diff)
downloadwallabag-c515ffec9c4e43c6e826645168a36cedaf0b6870.tar.gz
wallabag-c515ffec9c4e43c6e826645168a36cedaf0b6870.tar.zst
wallabag-c515ffec9c4e43c6e826645168a36cedaf0b6870.zip
Polish and Ukrainian translations added. Russian - updated. Plust 2 small translation related fixes in code.
Diffstat (limited to 'themes')
-rw-r--r--themes/default/view.twig2
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&amp;id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&amp;id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a> 24 {% trans "tags:" %} {% for tag in tags %}<a href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&amp;id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a>
25 </aside> 25 </aside>
26 <article> 26 <article>
27 {{ content | raw }} 27 {{ content | raw }}