artists: unify show and show_or_new templates.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
<%= 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] }), rel: "nofollow" %>.</p>
|
||||
</div>
|
||||
<% end %>
|
||||
1
app/views/artists/show_or_new.html.erb
Symbolic link
1
app/views/artists/show_or_new.html.erb
Symbolic link
@@ -0,0 +1 @@
|
||||
show.html.erb
|
||||
Reference in New Issue
Block a user