view changes
This commit is contained in:
13
app/views/artists/banned.html.erb
Normal file
13
app/views/artists/banned.html.erb
Normal file
@@ -0,0 +1,13 @@
|
||||
<div id="c-artists">
|
||||
<div id="a-banned">
|
||||
<h1>Banned Artists</h1>
|
||||
|
||||
<p>The following artists have requested they be removed from the site. Please do not upload any works from these artists. These artists all have implications pointing to the <code>banned_artist</code> tag.</p>
|
||||
|
||||
<ul>
|
||||
<% @artists.each do |artist| %>
|
||||
<li><%= link_to artist.name, artist_path(artist) %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user