Skip to content

Commit

Permalink
Merge pull request #3743 from alphagov/remove-qe2-emergency-banner-hack
Browse files Browse the repository at this point in the history
Remove hack that prevents the emergency banner appearing on HM Queen Elizabeth II's page.
  • Loading branch information
KludgeKML authored Aug 21, 2024
2 parents 3349fb2 + cc57cfa commit 647d7aa
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 647d7aa

Please sign in to comment.