Skip to content

Commit

Permalink
Change hard tab to soft tab
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Jul 4, 2016
1 parent 92db785 commit 4dceb80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/kaminari/_last_page.html.slim
Expand Up @@ -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
'
2 changes: 1 addition & 1 deletion app/views/kaminari/_next_page.html.slim
@@ -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
Expand Down

0 comments on commit 4dceb80

Please sign in to comment.