hide more pages for banned artists #2132

This commit is contained in:
r888888888
2016-01-27 17:02:03 -08:00
parent eadcaaa32a
commit b8f14b6fee
12 changed files with 117 additions and 87 deletions

View File

@@ -1,7 +1,12 @@
<div id="c-artists">
<div id="a-edit">
<h1>Edit Artist</h1>
<%= render "form" %>
<% if @artist.visible? %>
<%= render "form" %>
<% else %>
<p>The artist requested removal of this page.</p>
<% end %>
</div>
</div>