Change hard tab to soft tab

This commit is contained in:
toshimaru 2016-07-04 18:17:57 +09:00
parent 92db78516c
commit 4dceb80a3f
2 changed files with 2 additions and 2 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?, t('views.pagination.last').html_safe, url, :remote => remote
== link_to_unless current_page.last?, t('views.pagination.last').html_safe, url, :remote => remote
'

View File

@ -1,5 +1,5 @@
/ Link to the "Next" page
- available local variables
- available local variables
url : url to the next page
current_page : a page object for the currently displayed page
total_pages : total number of pages