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

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: Fix 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
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 0ad915ad1892a8ffaac91346deb8f54dfe491a90..82c278db4257110f2a4d80f1a71f231838757af7 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 %}

Powered by Google App Engine
This is Rietveld 408576698