aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/edit-tags.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-03-08 14:47:22 +0100
committerThomas Citharel <tcit@tcit.fr>2015-03-08 14:47:22 +0100
commitab87a7fe6934b5fa0f06964c67a27826774126b4 (patch)
treee8f20b190b69ff47276731446544d98ac8c84dea /themes/baggy/edit-tags.twig
parent512ff18015919bf3119509d1a8b8cf87b3b86f5f (diff)
downloadwallabag-ab87a7fe6934b5fa0f06964c67a27826774126b4.tar.gz
wallabag-ab87a7fe6934b5fa0f06964c67a27826774126b4.tar.zst
wallabag-ab87a7fe6934b5fa0f06964c67a27826774126b4.zip
tag cloud is present, #1122 is implemented
Diffstat (limited to 'themes/baggy/edit-tags.twig')
-rwxr-xr-xthemes/baggy/edit-tags.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/edit-tags.twig b/themes/baggy/edit-tags.twig
index ae6684f2..3b829eae 100755
--- a/themes/baggy/edit-tags.twig
+++ b/themes/baggy/edit-tags.twig
@@ -26,6 +26,6 @@
26 {% trans "You can enter multiple tags, separated by commas." %}</p> 26 {% trans "You can enter multiple tags, separated by commas." %}</p>
27</form> 27</form>
28All existing tags : 28All existing tags :
29<ul>{% for eachtag in alltags %}<li class="suggestedtag" style="display: inline-block; margin:10px;">{{ eachtag.value }}</li>{% endfor %}</ul> 29<ul id="tagcloud">{% for eachtag in alltags %}<li class="suggestedtag {{ eachtag.cssclass }}">{{ eachtag.value }}</li>{% endfor %}</ul>
30<a class="icon icon-reply return" href="./?view=view&id={{ entry_id }}">{% trans "return to article" %}</a> 30<a class="icon icon-reply return" href="./?view=view&id={{ entry_id }}">{% trans "return to article" %}</a>
31{% endblock %} 31{% endblock %}