add sorting, paginate
commited3b39550e95a0a1d81fdd17c010b4737fabe4be
authorKUWASHIMA yuichiro <yuichiro@arch.localdomain>
Sat, 31 Dec 2011 20:27:54 +0000 (31 12:27 -0800)
committerKUWASHIMA yuichiro <yuichiro@arch.localdomain>
Sat, 31 Dec 2011 20:27:54 +0000 (31 12:27 -0800)
treeab1b1f0ec1c22b0a61e7919936ec335289a4cb00
parent3e9e766ffa56a78e4e0d78fd60130f842ff203ec
add sorting, paginate
18 files changed:
Gemfile
Gemfile.lock
app/controllers/application_controller.rb
app/controllers/kine_controller.rb
app/controllers/shifts_controller.rb
app/controllers/stalls_controller.rb
app/views/kaminari/_first_page.html.haml [new file with mode: 0644]
app/views/kaminari/_gap.html.haml [new file with mode: 0644]
app/views/kaminari/_last_page.html.haml [new file with mode: 0644]
app/views/kaminari/_next_page.html.haml [new file with mode: 0644]
app/views/kaminari/_page.html.haml [new file with mode: 0644]
app/views/kaminari/_paginator.html.haml [new file with mode: 0644]
app/views/kaminari/_prev_page.html.haml [new file with mode: 0644]
app/views/kine/index.html.haml
app/views/layouts/application.html.haml
app/views/shifts/index.html.haml
app/views/stalls/index.html.haml
config/initializers/development.rb [new file with mode: 0644]