summaryrefslogtreecommitdiff
path: root/app/views/layouts/_broadcast.html.haml
blob: 9d7ad249ac833e2689b12831b5cb881dabb62e27 (plain)
1
2
3
4
- current_broadcast_banner_messages.each do |message|
  = broadcast_message(message)
- if Feature.enabled?(:broadcast_notification_type)
  = broadcast_message(current_broadcast_notification_message)