From 0c92a5af4d07ac009e071747a56e52eb19225939 Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 8 Jan 2020 11:53:28 -0600 Subject: [PATCH] /artist_versions: fix stray tag. --- app/views/artist_versions/_listing.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/artist_versions/_listing.html.erb b/app/views/artist_versions/_listing.html.erb index 4d939820d..1b328d9bd 100644 --- a/app/views/artist_versions/_listing.html.erb +++ b/app/views/artist_versions/_listing.html.erb @@ -35,7 +35,7 @@ <% end %> <% if artist_versions_listing_type == :revert %> <% t.column do |artist_version| %> - <%= link_to "Revert to", revert_artist_path(artist_version.artist_id, version_id: artist_version.id), method: :put, "data-confirm": "Are you sure you want to revert to this version?" %> + <%= link_to "Revert to", revert_artist_path(artist_version.artist_id, version_id: artist_version.id), method: :put, "data-confirm": "Are you sure you want to revert to this version?" %> <% end %> <% end %> <% end %>