mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 10:58:58 -04:00
Add govuk-link class
So it’s one less link we have to do when moving to Design System. Co-Authored-By: Tom Byers <tombaromba@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
) }}
|
||||
|
||||
<p class="bottom-gutter">
|
||||
<a download href="{{ url_for('.returned_letters_report', service_id=current_service.id, reported_at=reported_at) }}" class="heading-small">Download this report</a>
|
||||
<a download href="{{ url_for('.returned_letters_report', service_id=current_service.id, reported_at=reported_at) }}" class="govuk-link heading-small">Download this report</a>
|
||||
</p>
|
||||
|
||||
<div class="dashboard-table">
|
||||
|
||||
Reference in New Issue
Block a user