Fix #3371: Add CSS classes to tag categories in the split tag list.
This commit is contained in:
@@ -29,7 +29,7 @@ class TagSetPresenter < Presenter
|
||||
typetags = typed_tags(category)
|
||||
if typetags.any?
|
||||
html << TagCategory.header_mapping[category]
|
||||
html << "<ul>"
|
||||
html << %{<ul class="#{category}-tag-list">}
|
||||
typetags.each do |tag|
|
||||
html << build_list_item(tag, template, options)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user