Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
721 B

<% if @searched.present? %>
<% search_title = " (search results for ‘#{@searched})’" %>
<% end %>
<% title = "Your organisation (Users)#{search_title}" %>
<% content_for :title, title %>
<% content_for :tab_title do %>
<%= "Users" %>
<% end %>
<% if current_user.data_coordinator? || current_user.support? %>
<%= govuk_button_link_to "Invite user", new_user_path, html: { method: :get } %>
<% end %>
<%= render SearchComponent.new(current_user:, search_label: "Search by name or email address", value: @searched) %>
<%= render partial: "users/user_list", locals: { users: @users, title:, pagy: @pagy, searched: @searched } %>
<%== render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "users" } %>