From 6a1d23f86378cd87dc07a7471d46c075dbae1b48 Mon Sep 17 00:00:00 2001 From: Toks Date: Sat, 4 May 2013 13:27:47 -0400 Subject: [PATCH] fixes #1532 --- app/views/artists/_secondary_links.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/artists/_secondary_links.html.erb b/app/views/artists/_secondary_links.html.erb index 99fe19d41..fe6245524 100644 --- a/app/views/artists/_secondary_links.html.erb +++ b/app/views/artists/_secondary_links.html.erb @@ -14,7 +14,7 @@ <% end %>
  • <%= link_to "History", artist_versions_path(:search => {:artist_id => @artist.id}) %>
  • <% if CurrentUser.is_admin? %> - <%= link_to "Ban", ban_artist_path(@artist), :method => :put %> + <%= link_to "Ban", ban_artist_path(@artist), :method => :put, :confirm => "Are you sure you want to ban this artist?" %> <% end %> <% end %>