8 changed files with 46 additions and 46 deletions
@ -1,24 +1,24 @@
|
||||
<% item_label = format_label(@pagy.count, "housing providers") %> |
||||
<% item_label = format_label(@pagy.count, "stock owners") %> |
||||
<% if current_user.support? %> |
||||
<%= render partial: "organisations/headings", locals: { main: @organisation.name, sub: nil } %> |
||||
<%= render SubNavigationComponent.new(items: secondary_items(request.path, @organisation.id)) %> |
||||
<h2 class="govuk-visually-hidden">Housing Providers</h2> |
||||
<p class="govuk-body">This organisation can submit logs for its housing providers.</p> |
||||
<p class="govuk-body">This organisation can submit logs for its stock owners.</p> |
||||
<% if @total_count == 0 %> |
||||
<p class="govuk-body">This organisation does not currently have any housing providers.</p> |
||||
<p class="govuk-body">This organisation does not currently have any stock owners.</p> |
||||
<% end %> |
||||
<% else %> |
||||
<%= render partial: "organisations/headings", locals: { main: "Your housing providers", sub: current_user.organisation.name } %> |
||||
<p class="govuk-body">Your organisation can submit logs for its housing providers.</p> |
||||
<%= render partial: "organisations/headings", locals: { main: "Your stock owners", sub: current_user.organisation.name } %> |
||||
<p class="govuk-body">Your organisation can submit logs for its stock owners.</p> |
||||
<% if @total_count == 0 %> |
||||
<p class="govuk-body">You do not currently have any housing providers.</p> |
||||
<p class="govuk-body">You do not currently have any stock owners.</p> |
||||
<% end %> |
||||
<% end %> |
||||
<% if current_user.support? || current_user.data_coordinator? %> |
||||
<%= govuk_button_link_to "Add a housing provider", housing_providers_add_organisation_path, html: { method: :get } %> |
||||
<%= govuk_button_link_to "Add a stock owner", housing_providers_add_organisation_path, html: { method: :get } %> |
||||
<% end %> |
||||
<% if @total_count != 0 %> |
||||
<%= render SearchComponent.new(current_user:, search_label: "Search for a housing provider", value: @searched) %> |
||||
<%= render SearchComponent.new(current_user:, search_label: "Search for a stock owner", value: @searched) %> |
||||
<%= render partial: "organisation_relationships/housing_provider_list", locals: { index: @housing_providers, title: "Housing providers", pagy: @pagy, searched: @searched, item_label:, total_count: @total_count } %> |
||||
<%= render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "housing providers" } %> |
||||
<%= render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "stock owners" } %> |
||||
<% end %> |
||||
|
||||
Loading…
Reference in new issue