aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/tags.twig
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-28 11:26:48 +0200
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-28 11:26:48 +0200
commit08718c01e4b8b35fe75b1e04534e028dd26c8c53 (patch)
treebf9ce3532aebbd8f1d0611de63ba97fd75b73c88 /themes/default/tags.twig
parentb152f2b6ba73fbb3e4fb8d4c3b0d69fddad8f9d8 (diff)
downloadwallabag-08718c01e4b8b35fe75b1e04534e028dd26c8c53.tar.gz
wallabag-08718c01e4b8b35fe75b1e04534e028dd26c8c53.tar.zst
wallabag-08718c01e4b8b35fe75b1e04534e028dd26c8c53.zip
problem with resources and localhost url fix
Diffstat (limited to 'themes/default/tags.twig')
-rwxr-xr-xthemes/default/tags.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/tags.twig b/themes/default/tags.twig
index cc196010..e5be748e 100755
--- a/themes/default/tags.twig
+++ b/themes/default/tags.twig
@@ -6,7 +6,7 @@
6{% block content %} 6{% block content %}
7 <div class="two-column"> 7 <div class="two-column">
8 {% for tag in tags %} 8 {% for tag in tags %}
9 <a href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> ({{ tag.entriescount }}) {% if token != '' %}<a href="?feed&amp;type=tag&amp;user_id={{ user_id }}&amp;tag_id={{ tag.id }}&amp;token={{ token }}" target="_blank"><img src="{{ poche_url }}/themes/{{ theme }}/img/{{ theme }}/rss.png" /></a>{% endif %} 9 <a href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> ({{ tag.entriescount }}) {% if token != '' %}<a href="?feed&amp;type=tag&amp;user_id={{ user_id }}&amp;tag_id={{ tag.id }}&amp;token={{ token }}" target="_blank"><img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/rss.png" /></a>{% endif %}
10 <br> 10 <br>
11 11
12 {% if loop.index == '%d'|format(loop.length/2 + 0.5) %} 12 {% if loop.index == '%d'|format(loop.length/2 + 0.5) %}