@@ -33,6 +33,8 @@ div#c-wiki-pages, div#excerpt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.other-name {
|
.other-name {
|
||||||
font-weight: bold;
|
background-color: #EEE;
|
||||||
|
padding: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,6 +50,6 @@ module WikiPagesHelper
|
|||||||
|
|
||||||
def wiki_page_other_names_list(wiki_page)
|
def wiki_page_other_names_list(wiki_page)
|
||||||
names_html = wiki_page.other_names_array.map{|name| link_to(name, "http://www.pixiv.net/search.php?s_mode=s_tag_full&word=#{u(name)}", :class => "other-name")}
|
names_html = wiki_page.other_names_array.map{|name| link_to(name, "http://www.pixiv.net/search.php?s_mode=s_tag_full&word=#{u(name)}", :class => "other-name")}
|
||||||
names_html.join(", ").html_safe
|
names_html.join(" ").html_safe
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user