diff --git a/app/views/case_logs/index.html.erb b/app/views/case_logs/index.html.erb index 857b1dbd8..8c7dddfd2 100644 --- a/app/views/case_logs/index.html.erb +++ b/app/views/case_logs/index.html.erb @@ -3,6 +3,9 @@

<%= content_for(:title) %>

+ +<%= render SearchComponent.new(current_user:, label: "Search by name or email address") %> +
<%= govuk_button_to "Create a new lettings log", case_logs_path %>