You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
358 B
9 lines
358 B
2 years ago
|
<h2 class="govuk-body">
|
||
|
<%= render(SearchResultCaptionComponent.new(searched:, count: pagy.count, item_label:, total_count:, item: "logs", path: request.path)) %>
|
||
|
<%= govuk_link_to "Download (CSV)", "#{request.path}.csv", type: "text/csv" %>
|
||
|
</h2>
|
||
|
|
||
2 years ago
|
<% lettings_logs.map do |log| %>
|
||
2 years ago
|
<%= render(LogSummaryComponent.new(current_user:, log:)) %>
|
||
|
<% end %>
|