Skip to content

Commit

Permalink
Use i18n scope
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jun 12, 2011
1 parent 188f6fc commit 69f655a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/app/views/kaminari/_prev_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
remote: data-remote
-%>
<span class="prev">
<%= link_to_unless current_page.first?, raw(t 'pagination.previous'), url, :rel => 'prev', :remote => remote %>
<%= link_to_unless current_page.first?, raw(t 'previous', :scope => 'pagination'), url,
:rel => 'prev', :remote => remote %>
</span>

0 comments on commit 69f655a

Please sign in to comment.