ncbo/bioportal_web_ui

View on GitHub
app/views/change_requests/_notice.html.haml

Summary

Maintainability
Test Coverage
- if notice.present?
  %div{class: "alert #{change_request_alert_context} alert-dismissible fade show", role: 'alert'}
    = notice
    %button{type: 'button', class: 'btn-close', 'data-bs-dismiss': 'alert', 'aria-label': 'Close'}