add pagination, re-arrange view

This commit is contained in:
differentreality 2013-07-12 10:45:40 +03:00
parent 3ec3944406
commit f53af55a74
4 changed files with 53 additions and 33 deletions

View file

@ -10,6 +10,7 @@ Osem::Application.routes.draw do
get "/schedule" => "schedule#show"
put "/schedule" => "schedule#update"
get "/registrations" => "registrations#show"
put "/registrations/change_field" => "registrations#change_field"
get "/emailsettings" => "emails#show", :as => "email_settings"
put "/emailsettings" => "emails#update", :as => "email_settings"
get "/supporter_levels" => "SupporterLevels#show"