Browse Source

feat: right-align "Remove" text

pull/950/head
natdeanlewissoftwire 3 years ago
parent
commit
93f4ff8b1a
  1. 1
      app/views/organisation_relationships/_housing_provider_list.erb

1
app/views/organisation_relationships/_housing_provider_list.erb

@ -10,6 +10,7 @@
<% if current_user.data_coordinator? || current_user.support? %>
<% row.cell(html_attributes: {
scope: "row",
class: "govuk-!-text-align-right",
}) do %>
<%= govuk_link_to("Remove", "housing-providers/#{housing_provider.id}") %>
<% end %>

Loading…
Cancel
Save