From a7103032d66a28b5d848ee229428591386cb977e Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 21 Mar 2013 17:19:46 -0700 Subject: [PATCH] fixes #1017 --- app/views/artist_versions/index.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/artist_versions/index.html.erb b/app/views/artist_versions/index.html.erb index 948621dac..efaca2894 100644 --- a/app/views/artist_versions/index.html.erb +++ b/app/views/artist_versions/index.html.erb @@ -14,6 +14,7 @@ Updated by Active URLs + @@ -35,6 +36,9 @@ <% end %> + + <%= link_to "Revert", revert_artist_path(artist_version.artist_id, :version_id => artist_version.id), :method => :put, :confirm => "Are you sure you want to revert this artist?" %> + <% end %>