Skip to content

Commit

Permalink
External links open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sree-cfa committed Dec 21, 2023
1 parent a70be16 commit f851f8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 class="h2" th:text="#{ece-yes-confirmation.header}"></h2>
<th:block th:if="${!isInterestedInECE || inLinkGroup}">
<p th:text="#{nola-ece.if-youre-approved}"></p>
<p th:utext="#{nola-ece.subheader}"></p>
<a class="button button--primary" href="http://apply.avela.org/nolaps"
<a class="button button--primary" target="_blank" href="http://apply.avela.org/nolaps"
th:text="#{nola-ece-go-to-application}"></a>
</th:block>
</th:block>
Expand All @@ -56,7 +56,7 @@ <h2 class="h2" th:text="#{wic-no-confirmation.header}"></h2>
<th:block th:if="${!isInterestedInWIC || inLinkGroup}">
<p th:text="#{wic.if-youre-approved}"></p>
<p th:utext="#{wic.subheader}"></p>
<a class="button button--primary" href="https://mywic.net/participantreferral"
<a class="button button--primary" target="_blank" href="https://mywic.net/participantreferral"
th:text="#{wic-go-to-application}"></a>
</th:block>

Expand Down

0 comments on commit f851f8c

Please sign in to comment.