mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
Fix wrong link colour on returned letters
Underscore meant it wasn’t getting the Design System link styles. Missing class meant it was going purple once clicked.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
field_headings_visible=False
|
||||
) %}
|
||||
{% call row_heading() %}
|
||||
<a class="govuk_link file-list-filename"
|
||||
<a class="govuk-link govuk-link--no-visited-state file-list-filename"
|
||||
href="{{url_for('.returned_letters', service_id=current_service.id, reported_at=item.reported_at)}}">{{ item.reported_at | format_date_normal }}</a>
|
||||
<p class="file-list-hint">
|
||||
{{ item.returned_letter_count}} {{ message_count_label(item.returned_letter_count, 'letter', suffix='')}}
|
||||
|
||||
Reference in New Issue
Block a user