From a452e1d7ae50a799000d72163fc887770e063e4a Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Tue, 10 Sep 2024 16:20:21 +0100 Subject: [PATCH] Make delete notification links red --- app/views/notifications/_notification_home_section.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/_notification_home_section.html.erb b/app/views/notifications/_notification_home_section.html.erb index 1713ea0ea..522bc2840 100644 --- a/app/views/notifications/_notification_home_section.html.erb +++ b/app/views/notifications/_notification_home_section.html.erb @@ -6,7 +6,7 @@ <%== render_for_home(notification) %>
- <%= govuk_link_to("Delete notification", notification_delete_confirmation_path(notification)) %> + <%= govuk_link_to("Delete notification", notification_delete_confirmation_path(notification), class: "app-!-colour-red") %>
<% end %>