Merge pull request #805 from toshimaru/master

Change hard tab to soft tab
This commit is contained in:
Akira Matsuda 2016-07-04 19:27:56 +09:00 committed by GitHub
commit 76a3f4cfe9
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