Skip to content

Commit

Permalink
style(index): format hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 17, 2019
1 parent 9d9e637 commit d89d90c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pact_broker/ui/controllers/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d89d90c

Please sign in to comment.