From b79e2ff237492ce0a734b0d11ab432b2285d4b11 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 30 Nov 2021 18:31:07 +0000 Subject: [PATCH] Add button with wrong link --- app/views/organisations/users.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/organisations/users.html.erb b/app/views/organisations/users.html.erb index 0e18005e6..679806c6e 100644 --- a/app/views/organisations/users.html.erb +++ b/app/views/organisations/users.html.erb @@ -1,3 +1,4 @@ +<%= govuk_button_link_to "Invite user", new_case_log_path, method: :post %> <%= govuk_table do |table| %> <%= table.head do |head| %> <%= head.row do |row|