mirror of
				https://github.com/kaminari/kaminari.git
				synced 2022-11-09 13:44:37 -05:00 
			
		
		
		
	use html_safe instead of raw amatsuda/kaminari#73
This commit is contained in:
		
							parent
							
								
									b84a4f99e7
								
							
						
					
					
						commit
						d45f46a3b1
					
				
					 15 changed files with 15 additions and 15 deletions
				
			
		| 
						 | 
				
			
			@ -6,5 +6,5 @@
 | 
			
		|||
    per_page     : number of items to fetch per page
 | 
			
		||||
    remote       : data-remote
 | 
			
		||||
span.last
 | 
			
		||||
	== link_to_unless current_page.last?, raw(t 'views.pagination.last'), url, :remote => remote
 | 
			
		||||
	== link_to_unless current_page.last?, t('views.pagination.last').html_safe, url, :remote => remote
 | 
			
		||||
'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue