From 23f958c32ff8d063a283fc00aa3136d8295846e2 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 22 Mar 2022 15:41:39 +0000 Subject: [PATCH] Comment out bulk upload path for now --- app/views/case_logs/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/case_logs/index.html.erb b/app/views/case_logs/index.html.erb index 02c7851ee..64cfc7146 100644 --- a/app/views/case_logs/index.html.erb +++ b/app/views/case_logs/index.html.erb @@ -6,7 +6,7 @@
<%= govuk_button_to "Create a new lettings log", case_logs_path %> - <%= govuk_link_to "Upload logs", bulk_upload_case_logs_path %> + <%#= govuk_link_to "Upload logs", bulk_upload_case_logs_path %>
<% if @case_logs.present? %>