diff --git a/app/views/admin/attachments/_attachments.html.erb b/app/views/admin/attachments/_attachments.html.erb index 793a1ae044..b52a421ee0 100644 --- a/app/views/admin/attachments/_attachments.html.erb +++ b/app/views/admin/attachments/_attachments.html.erb @@ -31,7 +31,7 @@ text: link_to('Edit', [:edit, :admin, typecast_for_attachable_routing(attachable), attachment.becomes(Attachment)], class: "govuk-link govuk-link--no-visited-state") }, { - text: link_to("Delete", [:confirm_destroy, :admin, typecast_for_attachable_routing(attachable), attachment.becomes(Attachment)], class: "govuk-link govuk-link--no-visited-state") + text: link_to("Delete", [:confirm_destroy, :admin, typecast_for_attachable_routing(attachable), attachment.becomes(Attachment)], class: "govuk-link govuk-link--no-visited-state gem-link--destructive") } ] end