From 824bb12f1e786e2a57e5d6cc941021406de631a7 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 31 Mar 2015 11:13:57 +0800 Subject: Bug 1149233: Cannot view bug 936092 - file error - formattimeunit: not found move to the correct file --- .../BugModal/template/en/default/bug_modal/activity_stream.html.tmpl | 2 ++ extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/BugModal') diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl index 1e50284ba..08849ef17 100644 --- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl @@ -7,6 +7,8 @@ #%] [% + PROCESS bug/time.html.tmpl; + FOREACH change_set IN bug.activity_stream; '
'; diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 2e9a127fc..62a64d465 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS bug/time.html.tmpl %] - [% USE Bugzilla; -- cgit v1.2.3-24-g4f1b