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

Unified Diff: go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html

Issue 2085553006: SOM: Removed alert-body div. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html
diff --git a/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html b/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html
index b2cf5f97d55934ab37cf992a805ded2e50b3ba5d..0c3624bf3e355329a51ac8c686a67210e1aa163e 100644
--- a/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html
+++ b/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html
@@ -75,7 +75,7 @@
</div>
</div>
<hr/>
- <div class="alert-body">[[alert.body]]</div>
+ [[alert.body]]
seanmccullough1 2016/06/21 21:39:44 I think the intent was to remove alert.body *compl
<div class="alert-expanded layout horizontal center">
<a href$="[[tree]]/examine/[[alert.key]]">Examine</a>
<paper-button class="horizontal layout center" on-tap="_fileBug" alt="Link a bug" raised noink>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698