|  |  |  | @ -1,9 +1,9 @@ | 
			
		
	
		
			
				
					|  |  |  |  | <% query_params = params.permit(:q, :status).merge(filter_params) %> | 
			
		
	
		
			
				
					|  |  |  |  | <div class="dropdown dropdown-end"> | 
			
		
	
		
			
				
					|  |  |  |  |   <button class="flex h-10 px-3 py-1 space-x-1 text-lg items-center justify-between border text-center text-neutral rounded-xl border-neutral-300 hover:border-neutral-700"> | 
			
		
	
		
			
				
					|  |  |  |  |   <label tabindex="0" class="cursor-pointer flex h-10 px-3 py-1 space-x-1 text-lg items-center justify-between border text-center text-neutral rounded-xl border-neutral-300 hover:border-neutral-700"> | 
			
		
	
		
			
				
					|  |  |  |  |     <%= svg_icon('filter', class: 'w-5 h-5 flex-shrink-0 stroke-2') %> | 
			
		
	
		
			
				
					|  |  |  |  |     <span class="<%= filter_params.present? ? 'md:hidden' : '' %>">Filter</span> | 
			
		
	
		
			
				
					|  |  |  |  |   </button> | 
			
		
	
		
			
				
					|  |  |  |  |   </label> | 
			
		
	
		
			
				
					|  |  |  |  |   <ul tabindex="0" class="z-10 dropdown-content p-2 mt-2 shadow menu text-base bg-base-100 rounded-box min-w-[180px] text-right"> | 
			
		
	
		
			
				
					|  |  |  |  |     <li class="flex"> | 
			
		
	
		
			
				
					|  |  |  |  |       <%= link_to submissions_filter_path('completed_at', query_params.merge(path: url_for)), data: { turbo_frame: 'modal' } do %> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |