fixes #997
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
<div class="prose">
|
||||
<%= format_text(@artist.notes) %>
|
||||
</div>
|
||||
|
||||
<p><%= link_to "View wiki page", @artist.wiki_page %></p>
|
||||
<% end %>
|
||||
|
||||
<div>
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
<div class="prose">
|
||||
<%= format_text(post_set.wiki_page.presenter.excerpt) %>
|
||||
|
||||
<% if post_set.wiki_page.artist %>
|
||||
<p><%= link_to "View artist", post_set.wiki_page.artist %></p>
|
||||
<% end %>
|
||||
|
||||
<%= wiki_page_alias_and_implication_list(post_set.wiki_page) %>
|
||||
|
||||
<p>Read the <%= link_to "full article", wiki_page_path(post_set.wiki_page.id) %>.</p>
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
<div id="wiki-page-body" class="prose">
|
||||
<%= format_text(@wiki_page.body) %>
|
||||
|
||||
<% if @wiki_page.artist %>
|
||||
<p><%= link_to "View artist", @wiki_page.artist %></p>
|
||||
<% end %>
|
||||
|
||||
<%= wiki_page_alias_and_implication_list(@wiki_page) %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user