diff --git a/app/views/case_logs/index.html.erb b/app/views/case_logs/index.html.erb index beb75f0bb..b1d40c173 100644 --- a/app/views/case_logs/index.html.erb +++ b/app/views/case_logs/index.html.erb @@ -11,5 +11,5 @@ <% if @case_logs.present? %> <%= render partial: "log_list", locals: { case_logs: @case_logs, title: "Logs", pagy: @pagy } %> - <%== render partial: 'pagy/nav', locals: { pagy: @pagy } %> + <%== render partial: 'pagy/nav', locals: { pagy: @pagy, item_name: "logs" } %> <% end %> diff --git a/app/views/pagy/_nav.html.erb b/app/views/pagy/_nav.html.erb index 9f7cf2cf7..d7281690d 100644 --- a/app/views/pagy/_nav.html.erb +++ b/app/views/pagy/_nav.html.erb @@ -33,6 +33,6 @@
- Showing <%= pagy.from %> to <%= pagy.to %> of <%= pagy.count %> logs + Showing <%= pagy.from %> to <%= pagy.to %> of <%= pagy.count %> <%= item_name %>