Browse Source

feat: add sub org title

pull/954/head
natdeanlewissoftwire 3 years ago
parent
commit
aafd379176
  1. 2
      app/views/organisation_relationships/housing_providers.html.erb

2
app/views/organisation_relationships/housing_providers.html.erb

@ -30,7 +30,7 @@
<% end %>
<% else %>
<%= render partial: "organisations/headings", locals: { main: "Your housing providers", sub: nil } %>
<%= render partial: "organisations/headings", locals: { main: "Your housing providers", sub: current_user.organisation.name } %>
<% if @total_count == 0 %>
<p class="govuk-body">Your organisation does not currently have any housing providers.</p>
<% else %>

Loading…
Cancel
Save