Implentation for #2141
This commit is contained in:
@@ -47,4 +47,9 @@ module WikiPagesHelper
|
||||
|
||||
html.html_safe
|
||||
end
|
||||
|
||||
def wiki_page_other_names_list(wiki_page)
|
||||
names_html = wiki_page.other_names_array.map{|name| content_tag("span", name, :class => "other-name")}
|
||||
names_html.join(", ").html_safe
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user