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

Update ohep rent screen #280

Merged
merged 2 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ ohep-reminder.content2=You may skip the following questions if you don't know th
ohep-reminder.accordion1=A recent law change says that people who are able to get SNAP or TCA benefits are also eligible for energy assistance through the Office of Home Energy Programs (OHEP).
ohep-reminder.accordion2=These programs help with heating, electricity and gas bills. Maryland will pay the company that sends you bills directly.

ohep-rent.title=OHEP Rent
ohep-rent.title=Are any of these true for your rent?
ohep-rent.header=Are any of these true for your rent?
ohep-rent.option.heat-included=Heat is included in my rent
ohep-rent.option.section-8=I receive Section 8 for rent
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/templates/mdBenefitsFlow/ohepRent.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: householdFamilyIncome}"></th:block>
<th:block th:replace="~{fragments/icons :: householdEnergyAssistance}"></th:block>
<p class="grey-text" th:text="#{ohep-notice.icon-tag-line}"></p>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{ohep-rent.header}, subtext=#{general.check-all-that-apply})}"/>
<th:block th:replace="~{fragments/form :: form(action=${formAction}, content=~{::ohepRentSituationForm})}">
Expand All @@ -30,6 +31,9 @@
<div class="form-card__footer">
<th:block th:replace="~{fragments/inputs/submitButton :: submitButton(
text=#{general.inputs.continue})}"/>
<div>
<a href="/flow/mdBenefitsFlow/ohepElectricity" class="link" th:text="#{general.i-dont-know}"></a>
</div>
spokenbird marked this conversation as resolved.
Show resolved Hide resolved
</div>
</th:block>
</th:block>
Expand Down
Loading