Skip to content

Commit

Permalink
feat: rename relations in pact diff view
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 17, 2018
1 parent 176a46f commit 8c3c62e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pact_broker/pacts/diff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ def links
previous_distinct_url = PactBroker::Api::PactBrokerUrls.pact_url(base_url, comparison_pact)

links = {
"current-pact-version" => {
"pact-version" => {
"title" => "Pact",
"name" => pact.name,
"href" => self_url
},
"previous-distinct-pact-version" => {
"comparison-pact-version" => {
"title" => "Pact",
"name" => comparison_pact.name,
"href" => previous_distinct_url
Expand Down

0 comments on commit 8c3c62e

Please sign in to comment.