+ <% if current_user.data_coordinator? || current_user.support? %>
+ <%= govuk_button_link_to "Invite user", new_user_path(organisation_id: @organisation.id), html: { method: :get } %>
+ <% end %>
+
diff --git a/app/views/schemes/index.html.erb b/app/views/schemes/index.html.erb
index edaed6212..9cbc95fdb 100644
--- a/app/views/schemes/index.html.erb
+++ b/app/views/schemes/index.html.erb
@@ -5,12 +5,12 @@
<%= render partial: "organisations/headings", locals: current_user.support? ? { main: "Supported housing schemes", sub: nil } : { main: "Supported housing schemes", sub: current_user.organisation.name } %>
-<% if SchemePolicy.new(current_user, nil).create? %>
-
- <%= govuk_button_link_to "Create a new supported housing scheme", new_scheme_path, html: { method: :post } %>
-
-<% end %>
+ <% if SchemePolicy.new(current_user, nil).create? %>
+
+ <%= govuk_button_link_to "Create a new supported housing scheme", new_scheme_path, html: { method: :post } %>
+
+ <% end %>
<%= render partial: "schemes/scheme_filters" %>
<%= render SearchComponent.new(current_user:, search_label: "Search by postcode, scheme name, scheme code or location name", value: @searched) %>
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb
index 4e5053563..dd454464d 100644
--- a/app/views/users/index.html.erb
+++ b/app/views/users/index.html.erb
@@ -5,12 +5,12 @@
<%= render partial: "organisations/headings", locals: current_user.support? ? { main: "Users", sub: nil } : { main: "Users", sub: current_user.organisation.name } %>
+
<% if current_user.data_coordinator? || current_user.support? %>
-