-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FYST-1469 Update misc NC (+ global) copy (#5285)
* Make the link to pay same for accepted return as taxes owed page * Move the entire reveal for not_supported into partials for AZ/ID/NC/NY to accommodate differing title for NC * Rename department_of_taxation for NC to use "N.C." instead of "North Carolina" * Update refund page copy Co-authored-by: Jenny Heath <[email protected]>
- Loading branch information
1 parent
6297071
commit 8bc717e
Showing
12 changed files
with
113 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 30 additions & 24 deletions
54
app/views/state_file/questions/eligible/_az_credits_unsupported.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,33 @@ | ||
<div class="spacing-below-25"> | ||
<%=t('.public_school_tax_credit_heading_html') %> | ||
<ul> | ||
<li><%=t('.public_school_tax_credit_paid_fees') %></li> | ||
<li><%=t('.public_school_tax_credit_provide_info_html') %></li> | ||
</ul> | ||
</div> | ||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t("state_file.questions.eligible.edit.credits_not_supported")%></button></p> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.property_tax_credit_heading_html') %> | ||
<ul> | ||
<li><%=t('.property_tax_credit_age') %></li> | ||
<li><%=t('.property_tax_credit_income') %></li> | ||
<li><%=t('.property_tax_credit_paid') %></li> | ||
</ul> | ||
</div> | ||
<div class="reveal__content"> | ||
<div class="spacing-below-25"> | ||
<%=t('.public_school_tax_credit_heading_html') %> | ||
<ul> | ||
<li><%=t('.public_school_tax_credit_paid_fees') %></li> | ||
<li><%=t('.public_school_tax_credit_provide_info_html') %></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.other_credits_heading') %> | ||
<ul> | ||
<li><%=t('.other_credits_529_html') %></li> | ||
<li><%=t('.other_credits_301_html') %></li> | ||
<li><%=t('.other_credits_itemized_deductions') %></li> | ||
<li><%=t('.other_credits_add_dependents') %></li> | ||
<li><%=t('.other_credits_change_filing_status') %></li> | ||
</ul> | ||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.property_tax_credit_heading_html') %> | ||
<ul> | ||
<li><%=t('.property_tax_credit_age') %></li> | ||
<li><%=t('.property_tax_credit_income') %></li> | ||
<li><%=t('.property_tax_credit_paid') %></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.other_credits_heading') %> | ||
<ul> | ||
<li><%=t('.other_credits_529_html') %></li> | ||
<li><%=t('.other_credits_301_html') %></li> | ||
<li><%=t('.other_credits_itemized_deductions') %></li> | ||
<li><%=t('.other_credits_add_dependents') %></li> | ||
<li><%=t('.other_credits_change_filing_status') %></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> |
29 changes: 16 additions & 13 deletions
29
app/views/state_file/questions/eligible/_id_credits_unsupported.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
<div class="spacing-below-25"> | ||
<ul> | ||
<li><%=t('.id_college_savings_program') %></li> | ||
<li><%=t('.id_youth_rehab_contributions') %></li> | ||
<li><%=t('.maintaining_elderly_disabled_credit') %></li> | ||
<li><%=t('.long_term_care_insurance_subtraction') %></li> | ||
<li><%=t('.earned_on_reservation') %></li> | ||
<li><%=t('.education_contribution_credit') %></li> | ||
<li><%=t('.itemized_deductions') %></li> | ||
<li><%=t('.dependents_not_claimed_fed_return') %></li> | ||
<li><%=t('.voluntary_donations') %></li> | ||
<li><%=t('.change_in_filing_status') %></li> | ||
</ul> | ||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t("state_file.questions.eligible.edit.credits_not_supported")%></button></p> | ||
<div class="reveal__content spacing-below-25"> | ||
<ul> | ||
<li><%=t('.id_college_savings_program') %></li> | ||
<li><%=t('.id_youth_rehab_contributions') %></li> | ||
<li><%=t('.maintaining_elderly_disabled_credit') %></li> | ||
<li><%=t('.long_term_care_insurance_subtraction') %></li> | ||
<li><%=t('.earned_on_reservation') %></li> | ||
<li><%=t('.education_contribution_credit') %></li> | ||
<li><%=t('.itemized_deductions') %></li> | ||
<li><%=t('.dependents_not_claimed_fed_return') %></li> | ||
<li><%=t('.voluntary_donations') %></li> | ||
<li><%=t('.change_in_filing_status') %></li> | ||
</ul> | ||
</div> | ||
</div> |
21 changes: 12 additions & 9 deletions
21
app/views/state_file/questions/eligible/_nc_credits_unsupported.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<div> | ||
<ul class="list--bulleted"> | ||
<li><%=t('.personal_education') %></li> | ||
<li><%=t('.college_savings_account')%></li> | ||
<li><%=t('.extension_payment')%></li> | ||
<li><%=t('.estimated_income_tax_payments') %></li> | ||
<li><%=t('.credits_for_rehabilitating') %></li> | ||
<li><%=t('.credits_carried') %></li> | ||
</ul> | ||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t(".credits_not_supported")%></button></p> | ||
<div class="reveal__content"> | ||
<ul class="list--bulleted"> | ||
<li><%=t('.personal_education') %></li> | ||
<li><%=t('.college_savings_account')%></li> | ||
<li><%=t('.extension_payment')%></li> | ||
<li><%=t('.estimated_income_tax_payments') %></li> | ||
<li><%=t('.credits_for_rehabilitating') %></li> | ||
<li><%=t('.credits_carried') %></li> | ||
</ul> | ||
</div> | ||
</div> |
60 changes: 33 additions & 27 deletions
60
app/views/state_file/questions/eligible/_ny_credits_unsupported.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,36 @@ | ||
<div class="spacing-below-25"> | ||
<ul> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/child_and_dependent_care_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.nys_child_dependent_care_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/real_property_tax_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.real_property_tax_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/college_tuition_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.college_tuition_credit') %></a></li> | ||
<li><%=t('.non_custodial_nys_eic_html') %></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/volunteerfirefighters.htm" target="_blank" rel="noopener nofollow"><%=t('.firefighter_ambulance_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/longterm_care_insurance_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.long_term_care_credit') %></a></li> | ||
</ul> | ||
</div> | ||
<div class="reveal"> | ||
<p><button class="reveal__button"><%= t("state_file.questions.eligible.edit.credits_not_supported")%></button></p> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.subtractions_225_heading_html') %> | ||
<ul> | ||
<li><%=t('.subtractions_225_military') %></li> | ||
<li><%=t('.subtractions_225_native_american') %></li> | ||
<li><%=t('.subtractions_225_help_loan') %></li> | ||
<li><%=t('.subtractions_225_student_loan') %></li> | ||
<li><%=t('.subtractions_225_health_care_worker') %></li> | ||
</ul> | ||
</div> | ||
<div class="reveal__content"> | ||
<div class="spacing-below-25"> | ||
<ul> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/child_and_dependent_care_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.nys_child_dependent_care_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/real_property_tax_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.real_property_tax_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/college_tuition_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.college_tuition_credit') %></a></li> | ||
<li><%=t('.non_custodial_nys_eic_html') %></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/volunteerfirefighters.htm" target="_blank" rel="noopener nofollow"><%=t('.firefighter_ambulance_credit') %></a></li> | ||
<li><a href="https://www.tax.ny.gov/pit/credits/longterm_care_insurance_credit.htm" target="_blank" rel="noopener nofollow"><%=t('.long_term_care_credit') %></a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.other_credits_heading') %> | ||
<ul> | ||
<li><%=t('.other_credits_itemized_deductions') %></li> | ||
<li><%=t('.other_credits_change_filing_status') %></li> | ||
<li><%=t('.other_credits_est_tax_etc') %></li> | ||
</ul> | ||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.subtractions_225_heading_html') %> | ||
<ul> | ||
<li><%=t('.subtractions_225_military') %></li> | ||
<li><%=t('.subtractions_225_native_american') %></li> | ||
<li><%=t('.subtractions_225_help_loan') %></li> | ||
<li><%=t('.subtractions_225_student_loan') %></li> | ||
<li><%=t('.subtractions_225_health_care_worker') %></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="spacing-below-25 with-top-separator"> | ||
<%=t('.other_credits_heading') %> | ||
<ul> | ||
<li><%=t('.other_credits_itemized_deductions') %></li> | ||
<li><%=t('.other_credits_change_filing_status') %></li> | ||
<li><%=t('.other_credits_est_tax_etc') %></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.