Add UI to view report details, remove reported statuses, quick links to resolve/silence/suspend from report
This commit is contained in:
		
					parent
					
						
							
								9c88d1b99e
							
						
					
				
			
			
				commit
				
					
						d0f087db2d
					
				
			
		
					 4 changed files with 118 additions and 3 deletions
				
			
		|  | @ -66,7 +66,15 @@ Rails.application.routes.draw do | |||
|     resources :pubsubhubbub, only: [:index] | ||||
|     resources :domain_blocks, only: [:index, :create] | ||||
|     resources :settings, only: [:index, :update] | ||||
|     resources :reports, only: [:index, :show] | ||||
| 
 | ||||
|     resources :reports, only: [:index, :show] do | ||||
|       member do | ||||
|         post :resolve | ||||
|         post :silence | ||||
|         post :suspend | ||||
|         post :remove | ||||
|       end | ||||
|     end | ||||
| 
 | ||||
|     resources :accounts, only: [:index, :show] do | ||||
|       member do | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue