Browse Source

Make delete notification links red

pull/2630/head
Rachael Booth 2 years ago
parent
commit
a452e1d7ae
  1. 2
      app/views/notifications/_notification_home_section.html.erb

2
app/views/notifications/_notification_home_section.html.erb

@ -6,7 +6,7 @@
<%== render_for_home(notification) %>
</div>
<div class="govuk-grid-column-one-quarter">
<%= govuk_link_to("Delete notification", notification_delete_confirmation_path(notification)) %>
<%= govuk_link_to("Delete notification", notification_delete_confirmation_path(notification), class: "app-!-colour-red") %>
</div>
</div>
<% end %>

Loading…
Cancel
Save