docbrown/app/controllers/internal
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
..
application_controller.rb [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
articles_controller.rb Routine rubocop fixes (#8346) 2020-06-08 17:37:25 +02:00
badges_controller.rb Improve dropdown UX for internal/badges (#5880) [deploy] 2020-02-04 09:02:14 -08:00
broadcasts_controller.rb Add a Broadcast Show View (#8769) [deploy] 2020-06-18 15:51:45 -06:00
buffer_updates_controller.rb [deploy] Rename classified listings (#7910) 2020-05-27 13:35:09 +00:00
chat_channels_controller.rb [deploy] Connect: move settings to sidecar iframe, improve invitations and remove experimental features (#6903) 2020-04-01 12:13:26 -04:00
comments_controller.rb [deploy] Rename positive_reactions_count to public_reactions_count in logic (#7926) 2020-05-26 12:36:28 -04:00
configs_controller.rb [deploy] Add special footer mascot image to config (#8692) 2020-06-16 11:29:37 -04:00
events_controller.rb Remove code related to /live_articles (#7822) 2020-05-13 09:26:13 -04:00
feedback_messages_controller.rb Optimize FeedbackMessagesController#index (#7736) 2020-05-11 12:35:08 -04:00
growth_controller.rb Remove variants from backend portion of onboarding (#7118) [deploy] 2020-04-06 16:30:11 -07:00
listings_controller.rb [deploy] Rename classified listings (#7910) 2020-05-27 13:35:09 +00:00
moderator_actions_controller.rb [deploy] Moderator and admin actions log (#6797) 2020-03-26 16:59:24 -05:00
mods_controller.rb Refactor internal mods page (#7002) 2020-04-03 10:41:09 -04:00
organization_memberships_controller.rb Fix typo (#3789) 2019-08-22 12:51:05 -04:00
organizations_controller.rb [deploy] Credit refactoring (#7841) 2020-05-14 18:04:26 -04:00
pages_controller.rb Add json template to Pages (#8357) 2020-06-10 09:42:15 -05:00
path_redirects_controller.rb [deploy] Add path_redirects table and internal view (#8161) 2020-06-05 10:28:33 -04:00
permissions_controller.rb Refactor/internal ui update (#5339) [deploy] 2020-01-06 07:58:03 -05:00
podcasts_controller.rb Fetch podcast's episodes from /internal (#6593) [deploy] 2020-03-11 17:25:12 -04:00
privileged_reactions_controller.rb [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
reactions_controller.rb Add ApplicationRecord#errors_as_sentence (#8265) 2020-06-04 16:02:41 +02:00
response_templates_controller.rb Add ApplicationRecord#errors_as_sentence (#8265) 2020-06-04 16:02:41 +02:00
sponsorships_controller.rb Add ApplicationRecord#errors_as_sentence (#8265) 2020-06-04 16:02:41 +02:00
tags_controller.rb [deploy] Moderator and admin actions log (#6797) 2020-03-26 16:59:24 -05:00
tools_controller.rb Replace dev.to with ApplicationConfig in a few locations (#6008) [deploy] 2020-02-11 14:48:27 -05:00
users_controller.rb [deploy] Fix badge count update after merge (#8210) 2020-06-01 14:01:46 -04:00
webhook_endpoints_controller.rb Show webhooks list in internal (#3997) 2019-09-10 09:43:21 -04:00
welcome_controller.rb Replace dev.to with ApplicationConfig in a few locations (#6008) [deploy] 2020-02-11 14:48:27 -05:00