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

Unified Diff: appengine/chromium_try_flakes/templates/all_flake_occurrences.html

Issue 1950053002: Deprecate bug-friendly feature (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « appengine/chromium_try_flakes/handlers/all_flake_occurrences.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_try_flakes/templates/all_flake_occurrences.html
diff --git a/appengine/chromium_try_flakes/templates/all_flake_occurrences.html b/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
index d376f8cb01649b7140f73e27c44edf4464ab8ee9..602950296ed81ad88fe97923f5069493925d7ca7 100644
--- a/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
+++ b/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
@@ -5,7 +5,6 @@
<td colspan="4">All flaky occurrences of <b>{{flake.name}}</b>.</td>
</tr>
-{% if not bug_friendly %}
<tr>
<td colspan="4">
<form action="/override_issue_id" method="GET">
@@ -19,13 +18,11 @@ Current Issue ID where new flakes are reported:
<tr>
<td>&nbsp;</td>
</tr>
-{% endif %}
{% for failure_runs in grouped_runs %}
{% for f in failure_runs %}
<tr>
-{% if not bug_friendly %}
<td><a href="{{f.url}}">try run at {{f.formatted_time}}</a></td>
<td><a href="{{f.patchset_url}}">patchset</a></td>
<td>{{f.builder}} </td>
@@ -38,9 +35,6 @@ Current Issue ID where new flakes are reported:
-->)
{% endif %}
</td>
-{% else %}
-<td><a href="{{f.url}}">{{f.url}}</a></td>
-{% endif %}
</tr>
{% endfor %}
@@ -52,8 +46,3 @@ Current Issue ID where new flakes are reported:
{% endfor %}
</table>
-{% if not bug_friendly %}
-<a href="/all_flake_occurrences?key={{flake.key.urlsafe}}&bug_friendly=1">
-bug friendly
-</a>
-{% endif %}
« no previous file with comments | « appengine/chromium_try_flakes/handlers/all_flake_occurrences.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698