diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-31 05:13:57 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-31 05:13:57 +0200 |
commit | 824bb12f1e786e2a57e5d6cc941021406de631a7 (patch) | |
tree | 63afafb78b8ea7036711803f67b2a2a0cf3249c3 /extensions | |
parent | 7800490d535e5524e3bf3bfde1d4a311247a720a (diff) | |
download | bugzilla-824bb12f1e786e2a57e5d6cc941021406de631a7.tar.gz bugzilla-824bb12f1e786e2a57e5d6cc941021406de631a7.tar.xz |
Bug 1149233: Cannot view bug 936092 - file error - formattimeunit: not found
move to the correct file
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
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; '<div class="change-set" id="' _ change_set.id _ '">'; 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; |