aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/tags.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-28 10:30:51 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-28 10:30:51 +0100
commitcdada41505e77722f86334844d557128e6f4af4f (patch)
treebf9ce3532aebbd8f1d0611de63ba97fd75b73c88 /themes/courgette/tags.twig
parentb152f2b6ba73fbb3e4fb8d4c3b0d69fddad8f9d8 (diff)
parent08718c01e4b8b35fe75b1e04534e028dd26c8c53 (diff)
downloadwallabag-cdada41505e77722f86334844d557128e6f4af4f.tar.gz
wallabag-cdada41505e77722f86334844d557128e6f4af4f.tar.zst
wallabag-cdada41505e77722f86334844d557128e6f4af4f.zip
Merge pull request #587 from mariroz/dev
problem with resources and localhost url fix
Diffstat (limited to 'themes/courgette/tags.twig')
-rwxr-xr-x[-rw-r--r--]themes/courgette/tags.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/courgette/tags.twig b/themes/courgette/tags.twig
index 9dfdab52..b11dce28 100644..100755
--- a/themes/courgette/tags.twig
+++ b/themes/courgette/tags.twig
@@ -4,5 +4,5 @@
4{% include '_menu.twig' %} 4{% include '_menu.twig' %}
5{% endblock %} 5{% endblock %}
6{% block content %} 6{% block content %}
7{% for tag in tags %}<a class="tag" href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% 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 %} {% endfor %} 7{% for tag in tags %}<a class="tag" href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% 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 %} {% endfor %}
8{% endblock %} \ No newline at end of file 8{% endblock %} \ No newline at end of file