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

@ -5,4 +5,4 @@
per_page: number of items to fetch per page
remote: data-remote
-%>
<span class="page gap"><%= raw(t 'views.pagination.truncate') %></span>
<span class="page gap"><%= t('views.pagination.truncate').html_safe %></span>