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

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

Issue 1945903004: Add show-all feature to the all-flake-occurrences page (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@deprecate_bug_friendly
Patch Set: Addressed comments 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/templates/all_flake_occurrences.html ('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/index.html
diff --git a/appengine/chromium_try_flakes/templates/index.html b/appengine/chromium_try_flakes/templates/index.html
index 527d31a3a35017fc36d69b31a7c2b38e75c67c68..b4c54c4b8077842c2347327db492e8a808e15cf8 100644
--- a/appengine/chromium_try_flakes/templates/index.html
+++ b/appengine/chromium_try_flakes/templates/index.html
@@ -50,7 +50,7 @@ try run for the same patchset.
<span><b>{{f.name}}</b></span>
<small>(
<a href="/all_flake_occurrences?key={{f.key.urlsafe}}">
- all occurrences</a>
+ more occurrences</a>
{% if f.issue_id > 0 %}
, <a href="https://crbug.com/{{f.issue_id}}">latest bug</a>
{% endif %}
« no previous file with comments | « appengine/chromium_try_flakes/templates/all_flake_occurrences.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698