9 lines
391 B
9 lines
391 B
<h2 class="govuk-body"> |
|
<%= render(SearchResultCaptionComponent.new(searched:, count: pagy.count, item_label:, total_count:, item: "logs", path: request.path)) %> |
|
<% if logs&.first&.lettings? %> |
|
<%= govuk_link_to "Download (CSV)", csv_download_url, type: "text/csv" %> |
|
<% end %> |
|
</h2> |
|
<% logs.map do |log| %> |
|
<%= render(LogSummaryComponent.new(current_user:, log:)) %> |
|
<% end %>
|
|
|