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

Unified Diff: dashboard/dashboard/elements/bug-info-span.html

Issue 2569523003: wip (Closed)
Patch Set: wip Created 4 years 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 | « dashboard/dashboard/elements/alerts-table.html ('k') | dashboard/dashboard/elements/chart-container.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/bug-info-span.html
diff --git a/dashboard/dashboard/elements/bug-info-span.html b/dashboard/dashboard/elements/bug-info-span.html
index a3c4df9ad877ffc93d7b62248f42e112afa52e3b..58d604b0ed430a03c23d5592cc88f4e24bde00c4 100644
--- a/dashboard/dashboard/elements/bug-info-span.html
+++ b/dashboard/dashboard/elements/bug-info-span.html
@@ -18,7 +18,8 @@ TODO(qyearsley): Expand this element and use it in chart-tooltip.
<span hidden$="{{computeIsPositive(bugId)}}">{{statusString()}}</span>
<alert-remove-box hidden$="{{!bugId}}"
key="{{key}}"
- xsrf-token="{{xsrfToken}}">
+ xsrf-token="{{xsrfToken}}"
+ bug-id="{{bugId}}">
</alert-remove-box>
</template>
<script>
« no previous file with comments | « dashboard/dashboard/elements/alerts-table.html ('k') | dashboard/dashboard/elements/chart-container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698