Skip to content

Commit

Permalink
fix: pact URL in matrix page
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 15, 2020
1 parent 4e6f428 commit 5ed046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/ui/view_models/matrix_line.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def pact_publication_date
end

def pact_publication_date_url
pact_url_from_params('', @line)
pact_url('', @line)
end

def relative_date date
Expand Down

0 comments on commit 5ed046f

Please sign in to comment.