]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/edit-tags.twig
Merge pull request #1451 from juanjobe/dev
[github/wallabag/wallabag.git] / themes / baggy / edit-tags.twig
index ae6684f2a00170d9d71d2a58105d3168e1794cb4..3b829eaedb12ad915ee4625b79063adaeab9f2ec 100755 (executable)
@@ -26,6 +26,6 @@
     {% trans "You can enter multiple tags, separated by commas." %}</p>
 </form>
 All existing tags :
-<ul>{% for eachtag in alltags %}<li class="suggestedtag" style="display: inline-block; margin:10px;">{{ eachtag.value }}</li>{% endfor %}</ul>
+<ul id="tagcloud">{% for eachtag in alltags %}<li class="suggestedtag {{ eachtag.cssclass }}">{{ eachtag.value }}</li>{% endfor %}</ul>
 <a class="icon icon-reply return" href="./?view=view&id={{ entry_id }}">{% trans "return to article" %}</a>
 {% endblock %}