#2141 display other names in excerpt

This commit is contained in:
Toks
2014-05-23 16:47:29 -04:00
parent 78387fa168
commit 631e0dfbb3
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
div#c-wiki-pages {
div#c-wiki-pages, div#excerpt {
span.version {
color: #AAA;
}

View File

@@ -41,6 +41,10 @@
</div>
<% elsif post_set.has_wiki? %>
<div class="prose">
<% if post_set.wiki_page.other_names.present? %>
<p><%= wiki_page_other_names_list(post_set.wiki_page) %></p>
<% end %>
<%= format_text(post_set.wiki_page.presenter.excerpt) %>
<% if post_set.wiki_page.artist %>