12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
<div id="c-artists">
|
|
<div id="a-new">
|
|
<h1>New Artist</h1>
|
|
|
|
<%= error_messages_for :artist %>
|
|
|
|
<%= render "form" %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|