Skip to content

Commit c47447e

Browse files
committed
fixup! ui: show correct link back to lando PR view from error breakdowns (bug 2002161)
1 parent 636fb20 commit c47447e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lando/ui/jinja2/partials/error-breakdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p>
1010
{% if job.is_pull_request_job %}
1111
{% set top_revision = job.revisions[0] %}
12-
While applying <a href="{{ pull_request_link(job.target_repo, top_revision) }}">pull request #{{ top_revision.pull_number }}</a> to
12+
While applying <a href="{{ pull_request_url(job.target_repo, top_revision) }}">pull request #{{ top_revision.pull_number }}</a> to
1313
<code>{{ tree }}</code>, the following files had conflicts:
1414
{% else %}
1515
While applying <a href="{{ job.error_breakdown.revision_id|phabricator_revision_url() }}">revision D{{

0 commit comments

Comments
 (0)