Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'Read More' links from popovers #182

Merged
merged 5 commits into from
Feb 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions docassemble/juvenilesealing/data/questions/shared-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ continue button label: Keep going ${next_icon}
id: records_popover_text
template: records_popover
content: |
${ about_records_intro } ${ read_more_records }
---
id: read_more_records_text
template: read_more_records
content: |
[Read more about getting your records...](${ url_action('about_getting_records') })
${ about_records_intro }
---
id: records_can_help_text
template: records_can_help
Expand Down Expand Up @@ -79,19 +74,14 @@ content: |
id: docket_sheets_popover_text
template: docket_sheets_popover
content: |
${ docket_sheets_blurb } ${ read_more_docket_sheets }
${ docket_sheets_blurb }
---
id: docket_sheets_blurb_text
template: docket_sheets_blurb
content: |
A docket sheet is different than a criminal record
report (called a CORI) or a juvenile record report.
---
id: read_more_docket_sheets_text
template: read_more_docket_sheets
content: |
[Read more about docket sheets...](${ url_action( 'tangent', which_tangent='docket_sheets' )})
---
id: what_are_docket_sheets
field: wants_docket_instructions
question: Why Get Docket Sheets?
Expand Down Expand Up @@ -316,7 +306,7 @@ comment: |
id: continue_button
template: continue_button
content: |
Keep going ${next_icon}
Keep going ${next_icon}
---
id: next_icon
template: next_icon
Expand Down Expand Up @@ -351,7 +341,7 @@ content: |

Read more about sealing juvenile records in the
[GBLS 2019 booklet ${ external_link_icon }](https://www.gbls.org/sites/default/files/2019-08/juvenile_booklet_august_2019F.pdf).

<span class="feedback">Let us know <a href="https://www.surveymonkey.com/r/6QMLCFM">how we're doing ${ external_link_icon }</a>.</span>
---
id: ineligibility_warning
Expand Down