diff --git a/app/app/views/caseworker/cbv_flow_invitations/new.html.erb b/app/app/views/caseworker/cbv_flow_invitations/new.html.erb index 7234d750..e0b3d176 100644 --- a/app/app/views/caseworker/cbv_flow_invitations/new.html.erb +++ b/app/app/views/caseworker/cbv_flow_invitations/new.html.erb @@ -1,7 +1,9 @@ <% content_for :title, t(".header") %>

<%= t(".header") %>

-<%= t(".description_html", pay_income_days: current_site.pay_income_days) %> +
+ <%= t(".description_html", pay_income_days: current_site.pay_income_days) %> +
<%= form_with(model: @cbv_flow_invitation, url: invitations_path, builder: UswdsFormBuilder) do |f| %> <%= hidden_field_tag :secret, params[:secret] %> diff --git a/app/app/views/caseworker/dashboards/show.html.erb b/app/app/views/caseworker/dashboards/show.html.erb index 60c54d1a..b601d533 100644 --- a/app/app/views/caseworker/dashboards/show.html.erb +++ b/app/app/views/caseworker/dashboards/show.html.erb @@ -2,14 +2,20 @@

<%= t(".header") %>

-

<%= t(".invite_clients") %>

+
+

<%= t(".invite_clients") %>

+

<%= t(".helpful_reminders") %>

- - -<%= link_to t(".create_invitation"), new_invitation_path(site_id: params[:site_id]), class: "usa-button usa-button--primary" %> +
+ +
+ +
+ <%= link_to t(".create_invitation"), new_invitation_path(site_id: params[:site_id]), class: "usa-button usa-button--primary" %> +
diff --git a/app/app/views/cbv/add_jobs/show.html.erb b/app/app/views/cbv/add_jobs/show.html.erb index a8f7916f..0f6b9247 100644 --- a/app/app/views/cbv/add_jobs/show.html.erb +++ b/app/app/views/cbv/add_jobs/show.html.erb @@ -3,26 +3,30 @@

<%= t(".subheader", pay_income_days: current_site.pay_income_days) %>

-

<%= t(".answer_yes_header") %>

- + +
+ +

<%= t(".answer_no_header") %>

- +
+ -
- <%= t(".criteria_disclaimer", pay_income_days: current_site.pay_income_days) %> - <%= site_translation(".learn_more_link_html") %> +
+ <%= t(".criteria_disclaimer", pay_income_days: current_site.pay_income_days) %> + <%= site_translation(".learn_more_link_html") %> +
<%= form_with(url: cbv_flow_add_job_path, builder: UswdsFormBuilder, data: { "add-job-target": "addJobForm", turbo: "false" }, id: "add_job_form") do |f| %> diff --git a/app/app/views/cbv/employer_searches/show.html.erb b/app/app/views/cbv/employer_searches/show.html.erb index 325b3338..3de74f62 100644 --- a/app/app/views/cbv/employer_searches/show.html.erb +++ b/app/app/views/cbv/employer_searches/show.html.erb @@ -4,25 +4,28 @@
-

<%= t(".search_for_employer") %>

-

<%= t(".to_access") %>

-
    -
  • <%= t(".to_access_li_1_html") %>
  • -
  • <%= t(".to_access_li_2_html") %>
  • -
  • <%= t(".to_access_li_3_html") %>
  • -
+
+

<%= t(".search_for_employer") %>

+

<%= t(".to_access") %>

+
    +
  • <%= t(".to_access_li_1_html") %>
  • +
  • <%= t(".to_access_li_2_html") %>
  • +
  • <%= t(".to_access_li_3_html") %>
  • +
-

<%= t(".you_ll_go") %>

-
+

<%= t(".you_ll_go") %>

+
-
-
+
<%= t(".what_is_html") %>
+
+ <%= form_with url: cbv_flow_employer_search_path, method: :get, class: "usa-search usa-search--big margin-y-4", html: { role: "search" }, data: { turbo_frame: "employers", turbo_action: "advance" } do |f| %> <%= f.label :query, "Search for your employer", class: "usa-sr-only" %> <%= f.text_field :query, value: @query, class: "usa-input", type: "search", data: { "cbv-employer-search-target": "searchTerms" } %> diff --git a/app/app/views/cbv/entries/show.html.erb b/app/app/views/cbv/entries/show.html.erb index 28454219..0a707d28 100644 --- a/app/app/views/cbv/entries/show.html.erb +++ b/app/app/views/cbv/entries/show.html.erb @@ -1,20 +1,26 @@ <% content_for :title, t(".header") %>

<%= t(".header") %>

-

<%= t(".subheader") %>

+
+

<%= t(".subheader") %>

+

<%= t(".subheader_1") %>

-
    -
  • <%= t(".has_online_payroll_provider") %>
  • -
  • <%= t(".do_app_based_work") %>
  • -
+
+
    +
  • <%= t(".has_online_payroll_provider") %>
  • +
  • <%= t(".do_app_based_work") %>
  • +
+

<%= t(".subheader_2") %>

-

<%= t(".you_can_get_started") %>

-
    -
  • <%= t(".your_employers_name") %>
  • -
  • <%= t(".your_login_credentials") %>
  • -
+
+

<%= t(".you_can_get_started") %>

+
    +
  • <%= t(".your_employers_name") %>
  • +
  • <%= t(".your_login_credentials") %>
  • +
+
diff --git a/app/app/views/cbv/successes/show.html.erb b/app/app/views/cbv/successes/show.html.erb index e3e55f94..636978da 100644 --- a/app/app/views/cbv/successes/show.html.erb +++ b/app/app/views/cbv/successes/show.html.erb @@ -1,19 +1,21 @@ <% content_for :title, t(".header") %>

<%= t(".header") %>

-
    +
    +
    • <%= t(".caseworker_received") %>
    • <%= t(".check_status") %>
    • -
    +
-

+

<%= t(".confirmation_code", confirmation_code: @cbv_flow.confirmation_code) %> -

+

+
-<%= link_to cbv_flow_summary_path(format: "pdf"), target: "_blank", class: "usa-button margin-top-3 usa-button--outline" do %> + <%= link_to cbv_flow_summary_path(format: "pdf"), target: "_blank", class: "usa-button margin-top-3 usa-button--outline" do %> <%= t(".download") %> -<% end %> + <% end %> -<%= link_to agency_url, target: "_blank", class: "usa-button margin-top-3 usa-button" do %> + <%= link_to agency_url, target: "_blank", class: "usa-button margin-top-3 usa-button" do %> <%= t(".back_to_agency") %> -<% end %> + <% end %> diff --git a/app/app/views/cbv/summaries/show.html.erb b/app/app/views/cbv/summaries/show.html.erb index 50ca1575..39012f04 100644 --- a/app/app/views/cbv/summaries/show.html.erb +++ b/app/app/views/cbv/summaries/show.html.erb @@ -4,47 +4,50 @@ <% if @payments.any? %> -
+

<%= t(".description", summary_start_date: @summary_start_date, summary_end_date: @summary_end_date) %>

-

<%= t(".total_payments", amount: format_money(total_gross_income)) %>

+
+ +

<%= t(".total_payments", amount: format_money(total_gross_income)) %>

+

<%= t(".total_payments_desc") %>

+
- <% payments_grouped_by_employer.each_with_index do |(account_id, summary), index| %> - -

- <% if summary[:employer_name] %> - <%= t(".table_caption", number: index, employer_name: summary[:employer_name]) %> - <% else %> - <%= t(".table_caption_no_name", number: index + 1) %> - <% end %> -

- + <% payments_grouped_by_employer.each_with_index do |(account_id, summary), index| %> +
+

+ <% if summary[:employer_name] %> + <%= t(".table_caption", number: index, employer_name: summary[:employer_name]) %> + <% else %> + <%= t(".table_caption_no_name", number: index + 1) %> + <% end %> +

+ + + + + + + <% summary[:payments].each do |payment| %> - + - - - <% summary[:payments].each do |payment| %> - - - - <% end %> - -
+

+ <% if summary[:employer_name] %> + <%= t(".total_income_from", employer_name: summary[:employer_name], amount: summary[:total]) %> + <% else %> + <%= t(".total_income_from_no_employer_name", amount: format_money(summary[:total])) %> + <% end %> +

+
-

- <% if summary[:employer_name] %> - <%= t(".total_income_from", employer_name: summary[:employer_name], amount: summary[:total]) %> - <% else %> - <%= t(".total_income_from_no_employer_name", amount: format_money(summary[:total])) %> - <% end %> -

-
<%= t(".payment", amount: format_money(payment[:gross_pay_amount]), date: format_date(payment[:pay_date])) %>
<%= t(".payment", amount: format_money(payment[:gross_pay_amount]), date: format_date(payment[:pay_date])) %>
-

<%= t(".additional_comments") %>

- <%= get_comment_by_account_id(account_id).dig("comment") != "" ? get_comment_by_account_id(account_id).dig("comment") : t("shared.not_applicable") %> - <% end %> -
+ <% end %> + + +

<%= t(".additional_comments") %>

+ <%= get_comment_by_account_id(account_id).dig("comment") != "" ? get_comment_by_account_id(account_id).dig("comment") : t("shared.not_applicable") %> + <% end %> <% else %>

<%= t(".none_found") %> diff --git a/app/app/views/pages/home.html.erb b/app/app/views/pages/home.html.erb index 80db622d..f107c7ba 100644 --- a/app/app/views/pages/home.html.erb +++ b/app/app/views/pages/home.html.erb @@ -2,6 +2,8 @@ <% content_for :title, welcome %>

<%= welcome %>

-

<%= t(".description_1") %>

-

<%= t(".description_2") %>

-<%= t(".description_3_html") %> +
+

<%= t(".description_1") %>

+

<%= t(".description_2") %>

+ <%= t(".description_3_html") %> +
diff --git a/app/config/locales/en.yml b/app/config/locales/en.yml index c07b9382..6cf04f89 100644 --- a/app/config/locales/en.yml +++ b/app/config/locales/en.yml @@ -222,9 +222,9 @@ en: additional_information_title: Is there anything else you'd like your caseworker to know about your income? case_number: 'Case number: %{case_number}' consent_to_authorize_use_html: - ma: Check this box to confirm that the information provided by you is true and complete to the best of your knowledge. You agree to inform DTA of any income not reflected in this report or any discrepancies found in the information gathered with this tool. You understand that providing accurate and complete information is your responsibility, and any false or omitted information may have legal consequences. For more information on your rights and responsibilities regarding private information you share with DTA please refer to the Rights and Responsibilities you signed at application, found on Mass.gov.

By sending this report, you authorize its use for income verification by DTA and authorized personnel.

- nyc: Check this box to confirm that the information provided by you is true and complete to the best of your knowledge. You agree to inform NYC Human Resources Administration (HRA) of any income not reflected in this report or any discrepancies found in the information gathered with this tool. You understand that providing accurate and complete information is your responsibility, and any false or omitted information may have legal consequences.

By sending this report, you authorize its use for income verification by authorized HRA personnel.

- sandbox: Check this box to confirm that the information provided by you is true and complete to the best of your knowledge. You agree to inform CBV Test Agency of any income not reflected in this report or any discrepancies found in the information gathered with this tool. You understand that providing accurate and complete information is your responsibility, and any false or omitted information may have legal consequences.

By sending this report, you authorize its use for income verification by authorized CBV personnel.

+ ma: Check this box to confirm that the information provided by you is true and complete to the best of your knowledge. You agree to inform DTA of any income not reflected in this report or any discrepancies found in the information gathered with this tool. You understand that providing accurate and complete information is your responsibility, and any false or omitted information may have legal consequences. For more information on your rights and responsibilities regarding private information you share with DTA please refer to the Rights and Responsibilities you signed at application, found on Mass.gov.

By sending this report, you authorize its use for income verification by DTA and authorized personnel. + nyc: Check this box to confirm that the information provided by you is true and complete to the best of your knowledge. You agree to inform NYC Human Resources Administration (HRA) of any income not reflected in this report or any discrepancies found in the information gathered with this tool. You understand that providing accurate and complete information is your responsibility, and any false or omitted information may have legal consequences.

By sending this report, you authorize its use for income verification by authorized HRA personnel. + sandbox: Check this box to confirm that the information provided by you is true and complete to the best of your knowledge. You agree to inform CBV Test Agency of any income not reflected in this report or any discrepancies found in the information gathered with this tool. You understand that providing accurate and complete information is your responsibility, and any false or omitted information may have legal consequences.

By sending this report, you authorize its use for income verification by authorized CBV personnel. consent_to_authorize_use_title: Legal Agreement description: The report below has your income from the past 90 days from, from %{summary_start_date} to %{summary_end_date}. %{summary_end_date}. Please review it before you send it to your benefits agency. document_timestamp: 'Document origination: %{timestamp}'