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

Unified Diff: milo/appengine/frontend/templates/buildbot/pages/build.html

Issue 2669473002: Milo: Remove swarming tags from build properties (Closed)
Patch Set: Fix gerrit checker Created 3 years, 10 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: 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 -->

Powered by Google App Engine
This is Rietveld 408576698