From d89d90cf40dd9b4d8e5389f492cf29358ec5b0ac Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Sun, 17 Nov 2019 12:59:00 +1100 Subject: [PATCH] style(index): format hash --- lib/pact_broker/ui/controllers/index.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pact_broker/ui/controllers/index.rb b/lib/pact_broker/ui/controllers/index.rb index d7c737aa9..4edd79b86 100644 --- a/lib/pact_broker/ui/controllers/index.rb +++ b/lib/pact_broker/ui/controllers/index.rb @@ -27,7 +27,8 @@ class Index < Base page = tags ? :'index/show-with-tags' : :'index/show' locals = { - index_items: index_items, title: "Pacts", + title: "Pacts", + index_items: index_items, page_number: page_number, page_size: page_size, pagination_record_count: index_items.pagination_record_count,