Skip to content

Commit

Permalink
Remove hack that prevents the emergency banner appearing on HM Queen …
Browse files Browse the repository at this point in the history
…Elizabeth II's page.
  • Loading branch information
KludgeKML committed Aug 21, 2024
1 parent 3349fb2 commit cc57cfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/topical_events_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ def show
path = topical_event_path(params[:name])
@topical_event = TopicalEvent.find!(path)

slimmer_template "gem_layout_no_emergency_banner" if @topical_event.slug == "her-majesty-queen-elizabeth-ii"

respond_to do |format|
format.html do
setup_content_item_and_navigation_helpers(@topical_event)
Expand Down

0 comments on commit cc57cfa

Please sign in to comment.