Clean up about page (#1282)
* Add InstancePresenter to expose site details * Clean up about controller, use instance presenter
Showing
- app/controllers/about_controller.rb 12 additions, 17 deletionsapp/controllers/about_controller.rb
- app/presenters/instance_presenter.rb 28 additions, 0 deletionsapp/presenters/instance_presenter.rb
- app/views/about/_registration.html.haml 30 additions, 0 deletionsapp/views/about/_registration.html.haml
- app/views/about/more.html.haml 14 additions, 14 deletionsapp/views/about/more.html.haml
- app/views/about/show.html.haml 7 additions, 21 deletionsapp/views/about/show.html.haml
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- spec/controllers/about_controller_spec.rb 9 additions, 2 deletionsspec/controllers/about_controller_spec.rb
- spec/presenters/instance_presenter_spec.rb 74 additions, 0 deletionsspec/presenters/instance_presenter_spec.rb
Loading
Please register or sign in to comment