Chromium Code Reviews| 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 aa74da0a4519801d7706cac4517d468526037811..5c915fddfa6eab9137b7d50438a68500476f987e 100644 |
| --- a/milo/appengine/frontend/templates/buildbot/pages/build.html |
| +++ b/milo/appengine/frontend/templates/buildbot/pages/build.html |
| @@ -125,6 +125,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 --> |