Skip to content

Commit

Permalink
move info alert box into column 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoldatwork committed Nov 9, 2023
1 parent adfdc03 commit 5be88bd
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions app/views/admin/cx_collections/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,24 @@
<p class="text-uppercase font-body-3xs">
About this data collection
</p>
<div class="usa-alert">
<div class="usa-alert__body">
<p class="usa-alert__text">
CX Customer Experience reporting is described in
<a href="https://www.performance.gov/cx/assets/files/2022-OMB-Circular-A11-Section-280.pdf"
target="_blank" rel="noopener">OMB Circular A-11, Section 280</a>.
</p>
<p class="usa-alert__text">
Each quarter, OMB coordinates this data collection from all HISPs.
This data will be summarized and reported on
<a href="https://performance.gov/cx/" target="_blank" rel="noopener">performance.gov/cx</a>.
</p>
</div>
</div>

<div class="grid-row grid-gap-lg">
<div class="tablet:grid-col-8 padding-top-2">
<div class="usa-alert margin-bottom-3">
<div class="usa-alert__body">
<p class="usa-alert__text">
CX Customer Experience reporting is described in
<a href="https://www.performance.gov/cx/assets/files/2022-OMB-Circular-A11-Section-280.pdf"
target="_blank" rel="noopener">OMB Circular A-11, Section 280</a>.
</p>
<p class="usa-alert__text">
Each quarter, OMB coordinates this data collection from all HISPs.
This data will be summarized and reported on
<a href="https://performance.gov/cx/" target="_blank" rel="noopener">performance.gov/cx</a>.
</p>
</div>
</div>

<div class="text-uppercase font-body-3xs">
General information
</div>
Expand Down

0 comments on commit 5be88bd

Please sign in to comment.