Change public statuses pages to mount the web UI (#19301)
Showing
- app/controllers/concerns/web_app_controller_concern.rb 18 additions, 0 deletionsapp/controllers/concerns/web_app_controller_concern.rb
- app/controllers/home_controller.rb 3 additions, 8 deletionsapp/controllers/home_controller.rb
- app/controllers/statuses_controller.rb 2 additions, 10 deletionsapp/controllers/statuses_controller.rb
- app/views/home/index.html.haml 1 addition, 17 deletionsapp/views/home/index.html.haml
- app/views/shared/_web_app.html.haml 17 additions, 0 deletionsapp/views/shared/_web_app.html.haml
- app/views/statuses/show.html.haml 1 addition, 6 deletionsapp/views/statuses/show.html.haml
- spec/views/statuses/show.html.haml_spec.rb 0 additions, 48 deletionsspec/views/statuses/show.html.haml_spec.rb
app/views/shared/_web_app.html.haml
0 → 100644
Please register or sign in to comment