| 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 602950296ed81ad88fe97923f5069493925d7ca7..4321664f2749eefdb5d115288a0f76be39065420 100644
|
| --- a/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
|
| +++ b/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
|
| @@ -46,3 +46,8 @@ Current Issue ID where new flakes are reported:
|
| {% endfor %}
|
|
|
| </table>
|
| +
|
| +{% if show_all_link %}
|
| +<a href="/all_flake_occurrences?key={{flake.key.urlsafe}}&show_all=1">
|
| +show all flakes</a> (may take several minutes to load)
|
| +{% endif %}
|
|
|