-
- Downloads
Unify error pages (#674)
* Unify error pages * Start travis
Showing
- app/controllers/application_controller.rb 9 additions, 4 deletionsapp/controllers/application_controller.rb
- app/controllers/errors_controller.rb 10 additions, 3 deletionsapp/controllers/errors_controller.rb
- app/views/errors/greenlight_error.html.erb 39 additions, 0 deletionsapp/views/errors/greenlight_error.html.erb
- app/views/errors/not_found.html.erb 0 additions, 28 deletionsapp/views/errors/not_found.html.erb
- app/views/errors/unauthorized.html.erb 0 additions, 20 deletionsapp/views/errors/unauthorized.html.erb
- config/locales/en.yml 3 additions, 0 deletionsconfig/locales/en.yml
- spec/controllers/admins_controller_spec.rb 1 addition, 1 deletionspec/controllers/admins_controller_spec.rb
- spec/controllers/application_controller_spec.rb 3 additions, 3 deletionsspec/controllers/application_controller_spec.rb
app/views/errors/not_found.html.erb
deleted
100644 → 0
Please register or sign in to comment