forked from e621ng/e621ng
10 lines
217 B
Plaintext
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 %>
|