Set appropriate assets pack for the keyword filter page
This commit is contained in:
		
							parent
							
								
									6aadda2681
								
							
						
					
					
						commit
						fc91260310
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -7,6 +7,7 @@ class FiltersController < ApplicationController | |||
| 
 | ||||
|   before_action :set_filters, only: :index | ||||
|   before_action :set_filter, only: [:edit, :update, :destroy] | ||||
|   before_action :set_pack | ||||
| 
 | ||||
|   def index | ||||
|     @filters = current_account.custom_filters | ||||
|  | @ -43,6 +44,10 @@ class FiltersController < ApplicationController | |||
| 
 | ||||
|   private | ||||
| 
 | ||||
|   def set_pack | ||||
|     use_pack 'settings' | ||||
|   end | ||||
| 
 | ||||
|   def set_filters | ||||
|     @filters = current_account.custom_filters | ||||
|   end | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue