Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2204 from MeasureAuthoringTool/feature/mat-6896-d…
Browse files Browse the repository at this point in the history
…ecommission-banner-fhir

MAT-6896: Add decommission notice banner to login page (Bonnie-on-FHIR)
  • Loading branch information
jkotanchik-SB authored Apr 4, 2024
2 parents 0c117df + ac2e5ea commit 5816a18
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/assets/stylesheets/landing.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
.decommissioning-banner {
display: flex;
align-items: center;
padding: 2rem;
background-color: white;
margin-left: 13%;
margin-right: 6%;
> div {
flex-direction: column;
text-align: left;
padding-left: 30px;
}
}

.container {
padding: 1em;
}
Expand Down
11 changes: 11 additions & 0 deletions app/views/home/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
<%= render 'layouts/framebreaker' %>
</head>
<body>
<div role="alert" class="decommissioning-banner">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="orange" class="bi bi-exclamation-triangle" viewBox="0 0 16 16">
<path d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z"/>
<path d="M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/>
</svg>
<div>
<h4>Bonnie will no longer be accessible after June 28, 2024.</h4>
<p>Please begin to transfer and test your measure(s) in <a href="https://www.emeasuretool.cms.gov/madie-mvp">MADiE</a> and contact the <a href="https://oncprojectracking.healthit.gov/support/projects/BONNIE">Help Desk</a> if you encounter any issues.</p>
<p>See <a href="https://www.emeasuretool.cms.gov/news-alerts/mat-and-bonnie-migration-action-needed">this communication from CMS</a> for more information.</p>
</div>
</div>
<div class="landing-masthead">
<div class="container">
<div class="row">
Expand Down

0 comments on commit 5816a18

Please sign in to comment.