summaryrefslogtreecommitdiffstats
path: root/extensions/OrangeFactor/template/en/default/hook/bug_modal/edit-details_rhs.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/OrangeFactor/template/en/default/hook/bug_modal/edit-details_rhs.html.tmpl')
-rw-r--r--extensions/OrangeFactor/template/en/default/hook/bug_modal/edit-details_rhs.html.tmpl9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/OrangeFactor/template/en/default/hook/bug_modal/edit-details_rhs.html.tmpl b/extensions/OrangeFactor/template/en/default/hook/bug_modal/edit-details_rhs.html.tmpl
index 30cd65cd2..d6ee5f127 100644
--- a/extensions/OrangeFactor/template/en/default/hook/bug_modal/edit-details_rhs.html.tmpl
+++ b/extensions/OrangeFactor/template/en/default/hook/bug_modal/edit-details_rhs.html.tmpl
@@ -16,10 +16,15 @@
%]
[% IF cgi.user_agent.match('(?i)gecko') %]
<canvas id="orange-graph" style="display:none;"></canvas>
- <span id="orange-count" style="display:none;"></span>
+ <span id="orange-count"
+ style="display:none;"
+ data-date-start="[% date_start FILTER html %]"
+ data-date-end="[% date_end FILTER html %]"
+ data-bug-id="[% bug.bug_id FILTER html %]">
+ </span>
[% END %]
<span id="orange-link">
- (<a href="https://brasstacks.mozilla.com/orangefactor/?display=Bug&bugid=[% bug.bug_id FILTER uri %]"
+ (<a href="https://treeherder.mozilla.org/intermittent-failures.html#/bugdetails?startday=[% date_start FILTER uri %]&endday=[% date_end FILTER uri %]&tree=trunk&bug=[% bug.bug_id FILTER uri %]"
title="Click to load Orange Factor page for this [% terms.bug %]">link</a>)
</span>
[% END %]