Skip to content

Commit

Permalink
Adding demo download links in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
sree-cfa committed Jan 12, 2024
1 parent db229b4 commit 7ad2892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<a class="link--subtle" target="_blank" rel="noopener noreferrer" th:if="${submission != null}" th:href="'/download-csv/laDigitalAssister/student/' + ${submission.getId()}">Student Summary CSV</a> |
<a class="link--subtle" target="_blank" rel="noopener noreferrer" th:if="${submission != null}" th:href="'/download/laDigitalAssister/' + ${submission.getId()}">Applicant PDF</a>
</th:block>
<th:block th:if="${#arrays.contains(@environment.getActiveProfiles(), 'staging')}">
<br/>Download links (demo-only):
<a class="link--subtle" target="_blank" rel="noopener noreferrer" th:if="${submission != null}" th:href="'/download/laDigitalAssister/' + ${submission.getId()}">SNAP Applicant PDF</a>
</th:block>
<div class="footer-logos spacing-below-15">
<div class="spacing-above-15">
<a href="https://www.codeforamerica.org">
Expand Down

0 comments on commit 7ad2892

Please sign in to comment.