Browse Source

remove create a new lettings log from organisation logs

pull/557/head
Kat 3 years ago
parent
commit
0aff74d628
  1. 4
      app/views/organisations/logs.erb

4
app/views/organisations/logs.erb

@ -11,10 +11,6 @@
) %> ) %>
</div> </div>
<div class="app-filter-layout" data-controller="filter-layout"> <div class="app-filter-layout" data-controller="filter-layout">
<div class="govuk-button-group app-filter-toggle">
<%= govuk_button_to "Create a new lettings log", case_logs_path %>
<%#= govuk_link_to "Upload logs", bulk_upload_case_logs_path %>
</div>
<%= render partial: "case_logs/log_filters" %> <%= render partial: "case_logs/log_filters" %>
<% if @case_logs.present? %> <% if @case_logs.present? %>

Loading…
Cancel
Save