reltags: remove mark inactive button from artist urls.

In related tags, remove the (X) button next to artist urls for marking
them as inactive. This was broken because it didn't record the change
to the is_active flag in the artist history.
This commit is contained in:
evazion
2020-03-19 14:16:21 -05:00
parent 4d49bf053f
commit ca2d25c042
3 changed files with 1 additions and 17 deletions

View File

@@ -63,7 +63,7 @@ Rails.application.routes.draw do
get :banned
end
end
resources :artist_urls, only: [:index, :update]
resources :artist_urls, only: [:index]
resources :artist_versions, :only => [:index, :show] do
collection do
get :search