Skip to content

Commit

Permalink
Shift dates around
Browse files Browse the repository at this point in the history
  • Loading branch information
allthesignals committed May 3, 2024
1 parent 3140f79 commit b82f2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/cbv_flows/summary.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
aria-expanded="false"
aria-controls="<%= index %>"
>
<%= payment[:employer] %>: Payment of <%= number_to_currency(payment[:amount]) %>, <%= format_date(payment[:start]) %> to <%= format_date(payment[:end]) %>
<%= payment[:employer] %>: Payment of <%= number_to_currency(payment[:amount]) %>
</button>
</div>
<div id="<%= index %>" class="usa-accordion__content usa-prose">
<p>
<%= payment[:hours] %> hours
<%= payment[:hours] %> hours from <%= format_date(payment[:start]) %> to <%= format_date(payment[:end]) %>
</p>
</div>
<% end %>
Expand Down

0 comments on commit b82f2ac

Please sign in to comment.