|
|
|
|
@ -1,8 +1,17 @@
|
|
|
|
|
<% item_label = format_label(@pagy.count, "logs") %> |
|
|
|
|
<% title = format_title(@searched, "Logs", current_user, item_label, @pagy.count, nil) %> |
|
|
|
|
<% title = "Update logs"%> |
|
|
|
|
|
|
|
|
|
<% content_for :title, title %> |
|
|
|
|
|
|
|
|
|
<% if @total_count < 1 %> |
|
|
|
|
<%= render partial: "organisations/headings", locals: { main: "There are no more logs that need updating", sub: "" } %> |
|
|
|
|
<p class="govuk-body"> |
|
|
|
|
You’ve completed all the logs that were affected by scheme changes. |
|
|
|
|
</p> |
|
|
|
|
<div> |
|
|
|
|
<%= govuk_button_link_to "Back to all logs", lettings_logs_path %> |
|
|
|
|
</div> |
|
|
|
|
<% else %> |
|
|
|
|
<%= render partial: "organisations/headings", locals: { main: "You need to update #{@total_count} logs", sub: "" } %> |
|
|
|
|
|
|
|
|
|
<%= govuk_table do |table| %> |
|
|
|
|
@ -32,5 +41,6 @@
|
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<%== render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "logs" } %> |
|
|
|
|
|