1
0
Fork 0
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:
Zachary Scott 2013-07-12 01:06:10 -04:00
parent b84a4f99e7
commit d45f46a3b1
15 changed files with 15 additions and 15 deletions

View file

@ -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
'