| Index: milo/appengine/frontend/templates/buildbot/pages/build.html
|
| diff --git a/milo/appengine/frontend/templates/buildbot/pages/build.html b/milo/appengine/frontend/templates/buildbot/pages/build.html
|
| index 39e2aaa909406b4ceaf41b6a0867c77e6af73499..0802f9c999eb12ce2c7aedbe74d2331798dbe463 100644
|
| --- a/milo/appengine/frontend/templates/buildbot/pages/build.html
|
| +++ b/milo/appengine/frontend/templates/buildbot/pages/build.html
|
| @@ -109,6 +109,12 @@
|
| <a href="{{ .Build.Summary.Bot.URL }}">{{ .Build.Summary.Bot.Label }}</a>
|
| </li>
|
| {{ end }}
|
| +
|
| + {{ if .Build.Summary.Recipe}}
|
| + <li>
|
| + Recipe: {{ .Build.Summary.Recipe | linkify }}
|
| + </li>
|
| + {{ end }}
|
| </ul>
|
| {{ end }} <!-- if -->
|
|
|
|
|