docbrown/app/views/internal/broadcasts
Julianna Tetreault 426d3191e8
Add a Broadcast Show View (#8769) [deploy]
* Add #show to the Broadcasts::Controller and to routes.rb
  - Adds a show method to the Broadcasts Controller
  - Adds a show route to routes.rb

* Add a show view for Broadcasts
  - Adds show.html.erb to /internal/broadcasts
  - Repurposes code from index.html.erb for show view
  - Repurposes code from edit.html.erb for show view

* Rewrite /internal/broadcasts index to use a table
  - Formats /internal/broadcasts with a table
  - Removes on-hover functionality from show.html.erb

* Refactor Broadcast resources in routes.rb

* Redirect to #show on create and update for Broadcasts

* Add the Destroy Broadcast button to the Broadcast show view

* Remove style preventing Broadcast preview

* Add Broadcast styling back and add display: block to stylesheet

* Add display: flex to .broadcast-wrapper in layout.scss

* Remove superfluous slashes from opening tags
2020-06-18 15:51:45 -06:00
..
_form.html.erb Add a Broadcast Show View (#8769) [deploy] 2020-06-18 15:51:45 -06:00
edit.html.erb Add a Broadcast Show View (#8769) [deploy] 2020-06-18 15:51:45 -06:00
index.html.erb Add a Broadcast Show View (#8769) [deploy] 2020-06-18 15:51:45 -06:00
new.html.erb Refactor/internal ui update (#5339) [deploy] 2020-01-06 07:58:03 -05:00
show.html.erb Add a Broadcast Show View (#8769) [deploy] 2020-06-18 15:51:45 -06:00