| Index: milo/frontend/appengine/templates/pages/builder.html
|
| diff --git a/milo/frontend/appengine/templates/pages/builder.html b/milo/frontend/appengine/templates/pages/builder.html
|
| index a89f014ce39048a1ed94397a78b079d72934af71..9453fabaeaba372ff189a37fd75b645a0a77d191 100644
|
| --- a/milo/frontend/appengine/templates/pages/builder.html
|
| +++ b/milo/frontend/appengine/templates/pages/builder.html
|
| @@ -96,7 +96,10 @@
|
|
|
| <div class="column">
|
| {{ if .Builder.PendingBuilds -}}
|
| - <h2>Pending Build Requests ({{len .Builder.PendingBuilds}}):</h2>
|
| + <h2>Pending Build Requests (
|
| + {{- if gt .Builder.PendingBuildNum (len .Builder.PendingBuilds) -}}
|
| + {{ .Builder.PendingBuildNum }} showing
|
| + {{ end -}}{{- len .Builder.PendingBuilds -}}):</h2>
|
| <ul>
|
| {{- range .Builder.PendingBuilds -}}
|
| <li>
|
|
|