* Fix the artist URLs field not being prefilled when clicking "Create new artist" in the "Fetch source data" box. * Fix the artist name field not being prefilled when clicking "Create new artist entry" on the /artists/show_or_new?name=<name> page.
6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
<%= render layout: "show" do %>
|
|
<div>
|
|
<p>This artist entry does not exist. <%= link_to "Create new artist entry", new_artist_path(artist: { name: params[:name] }) %>.</p>
|
|
</div>
|
|
<% end %>
|