eBooru/app/views/artists/show.html.erb

10 lines
217 B
Plaintext

<%= render layout: "show" do %>
<% if @artist.visible? %>
<div>
<%= render "summary", artist: @artist %>
</div>
<% else %>
<p>The artist requested removal of this page.</p>
<% end %>
<% end %>