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

Unified Diff: dashboard/dashboard/elements/revision-range.html

Issue 2687933002: Dashboard - Clicking revisions leads to group_reports. (Closed)
Patch Set: 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
« no previous file with comments | « dashboard/dashboard/elements/alerts-table.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/revision-range.html
diff --git a/dashboard/dashboard/elements/revision-range.html b/dashboard/dashboard/elements/revision-range.html
index e9f094c1c93c14bd374790d46a35725af198f161..bcc0e29cab90990f3abdba87f4ce90eb1f0973ba 100644
--- a/dashboard/dashboard/elements/revision-range.html
+++ b/dashboard/dashboard/elements/revision-range.html
@@ -13,7 +13,9 @@ to allow it to show links).
<dom-module id="revision-range">
<template>
- <span>{{computeRevisionRange(start, end)}}</span>
+ <a href="/group_report?keys={{alertKey}}" target="_blank">
+ <span>{{computeRevisionRange(start, end)}}</span>
+ </a>
</template>
<script>
'use strict';
« no previous file with comments | « dashboard/dashboard/elements/alerts-table.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698