We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636fb20 commit c47447eCopy full SHA for c47447e
src/lando/ui/jinja2/partials/error-breakdown.html
@@ -9,7 +9,7 @@
9
<p>
10
{% if job.is_pull_request_job %}
11
{% 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
+ While applying <a href="{{ pull_request_url(job.target_repo, top_revision) }}">pull request #{{ top_revision.pull_number }}</a> to
13
<code>{{ tree }}</code>, the following files had conflicts:
14
{% else %}
15
While applying <a href="{{ job.error_breakdown.revision_id|phabricator_revision_url() }}">revision D{{
0 commit comments