fixed tag category coloring, fixed tag category expiration when updating, work on migration
This commit is contained in:
@@ -33,7 +33,7 @@ private
|
||||
|
||||
def build_list_item(tag, template, options)
|
||||
html = ""
|
||||
html << %{<li data-tag-type="#{categories[tag]}" data-tag-name="#{u(tag)}">}
|
||||
html << %{<li class="category-#{categories[tag]}">}
|
||||
|
||||
if CurrentUser.user.is_privileged?
|
||||
html << %{<a href="/wiki_pages?title=#{u(tag)}">?</a> }
|
||||
|
||||
Reference in New Issue
Block a user