Skip to content

Commit

Permalink
fix wrong action url for pull request overview items
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsymhoven committed May 18, 2021
1 parent abbd3d4 commit 3f9eb91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<div class="row border-top"/>

<button onclick="location.href='../../../${job.getLastBuild().getUrl()}/pull-request-monitoring'"
<button onclick="location.href='${rootURL}/${job.getLastBuild().getUrl()}${it.getUrlName()}'"
type="button" class="btn btn-outline-primary">${%dashboard}</button>

<button onclick="location.href='${it.getObjectMetaData(job).getObjectUrl()}'"
Expand Down

0 comments on commit 3f9eb91

Please sign in to comment.