models: drop various unused #named methods.

This commit is contained in:
evazion
2019-08-15 19:18:19 -05:00
parent 0d7d2cac80
commit bb157f5d5b
7 changed files with 5 additions and 18 deletions

View File

@@ -10,8 +10,8 @@
<p>This wiki page does not exist. <%= link_to "Create new wiki page", new_wiki_page_path(:wiki_page => {:title => params[:title]}) %>.</p>
</div>
<% if @artist %>
<p><%= link_to "View artist", @artist %></p>
<% if @wiki_page.artist.present? %>
<p><%= link_to "View artist", @wiki_page.artist %></p>
<% end %>
<%= wiki_page_alias_and_implication_list(@wiki_page)%>