ncbo/bioportal_web_ui

View on GitHub
app/views/admin/licenses/_notice.html.haml

Summary

Maintainability
Test Coverage
- if notice.present?
  %div.alert.alert-success.alert-dismissible.fade.show.mt-3.mb-0{role: "alert"}
    = notice
    = button_tag(type: "button", class: "btn-close", "aria-label": "Close", "data-bs-dismiss": "alert")