diff --git a/app/views/artists/_show.html.erb b/app/views/artists/_show.html.erb new file mode 100644 index 000000000..d36f490f6 --- /dev/null +++ b/app/views/artists/_show.html.erb @@ -0,0 +1,28 @@ +
<%= link_to "View wiki page", @artist.wiki_page %>
+ <% end %> + + <%= yield %> + +<%= link_to "View wiki page", @artist.wiki_page %>
- <% end %> - - <% if @artist.visible? %> -The artist requested removal of this page.
- <% end %> - -The artist requested removal of this page.
+ <% end %> <% end %>