Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1863)

Unified Diff: appengine/findit/templates/waterfall/compile_failure.html

Issue 1924173003: [Findit] Fix urls in dashboard and result page and prevent duplicated culprits in dashboard. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: . Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/findit/templates/waterfall/compile_failure.html
diff --git a/appengine/findit/templates/waterfall/compile_failure.html b/appengine/findit/templates/waterfall/compile_failure.html
index 83c4ee4bb20c6149efe9999d760864d674c37eac..1261a815bc3a9839de40d7cab630313a990e17b9 100644
--- a/appengine/findit/templates/waterfall/compile_failure.html
+++ b/appengine/findit/templates/waterfall/compile_failure.html
@@ -216,7 +216,7 @@
{% if try_job.failed %}
<span class="error">Try job ran into error!</span>
{% elif try_job.culprit %}
- Culprit: {{try_job.culprit.repo_name or 'chromium'}} <a href="{{try_job.culprit.review_url}}">{{try_job.culprit.commit_position or try_job.culprit.revision}}</a>
+ Culprit: {{try_job.culprit.repo_name or 'chromium'}} <a href="{{try_job.culprit.url or try_job.culprit.review_url}}">{{try_job.culprit.commit_position or try_job.culprit.revision}}</a>
{% else %}
<div>No culprit found!</div>
{% endif%}
« no previous file with comments | « appengine/findit/templates/list_analyses.html ('k') | appengine/findit/waterfall/identify_try_job_culprit_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698