From 7d75b6edad8cf5e312d32859f64e49538b5c79de Mon Sep 17 00:00:00 2001 From: Mark Côté Date: Thu, 5 Mar 2015 11:07:27 -0500 Subject: Bug 1102428 - Extension to display MozReview data. r=glob Add an extension called "MozReview" (and an addition hook to bug/edit.html.tmpl) that displays a table of MozReview request summaries on show_bug if there are any MozReview attachments in the current bug. --- template/en/default/bug/edit.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 92e7bea70..c9d81b34c 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -187,6 +187,9 @@
+ [%# BMO hook for adding MozReview table %] + [% Hook.process("after_bug_data") %] + [% IF user.is_timetracker %] [% PROCESS section_timetracking %] [% END %] -- cgit v1.2.3-24-g4f1b