]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/tags.twig
Merge pull request #986 from goofy-bz/patch-2
[github/wallabag/wallabag.git] / themes / default / tags.twig
index cc19601065fdf3bc61c60d14aabf678b2af0175d..e5be748e308973fdaf8ee802335413a740a44f56 100755 (executable)
@@ -6,7 +6,7 @@
 {% block content %}
   <div class="two-column">
     {% for tag in tags %}
-      <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 %}
+      <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 %}
       <br>
 
       {% if loop.index  == '%d'|format(loop.length/2 + 0.5)  %}