Skip to content

Commit 5ed046f

Browse files
committed
fix: pact URL in matrix page
1 parent 4e6f428 commit 5ed046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact_broker/ui/view_models/matrix_line.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def pact_publication_date
150150
end
151151

152152
def pact_publication_date_url
153-
pact_url_from_params('', @line)
153+
pact_url('', @line)
154154
end
155155

156156
def relative_date date

0 commit comments

Comments
 (0)