summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-06-22 16:10:24 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-06-22 16:10:24 +0200
commitacba90e8e41c4ecdf40f32a5820b4ea7ef3db458 (patch)
tree99286992a193ad2fc5179480afd5592ea76f1f20 /extensions
parent37b2bd154be263e95edb3ca66420e0357535b183 (diff)
downloadbugzilla-acba90e8e41c4ecdf40f32a5820b4ea7ef3db458.tar.gz
bugzilla-acba90e8e41c4ecdf40f32a5820b4ea7ef3db458.tar.xz
Bug 1281189 - Modal View Date field is Glitched after Setting Needinfo
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl15
1 files changed, 7 insertions, 8 deletions
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 f78f74e0b..89b1f521a 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -245,14 +245,13 @@
[% ELSE %]
(<span
[% END %]
- <!-- time("%Y-%m-%d %H:%M %Z") -->
- [% IF user.setting("ui_use_absolute_time") == "on" %]
- class="flag-name-status abs-time-title[% " activity-ref" IF activity_id %]"
- title="[% ni.creation_date FILTER time("%Y-%m-%d %H:%M %Z") FILTER html %]"
- [% ELSE %]
- class="flag-name-status rel-time-title[% " activity-ref" IF activity_id %]"
- title="[% ni.creation_date FILTER time_duration FILTER html %]"
- [% END %]
+ [% IF user.setting("ui_use_absolute_time") == "on" %]
+ class="flag-name-status abs-time-title[% " activity-ref" IF activity_id %]"
+ title="[% ni.creation_date FILTER time("%Y-%m-%d %H:%M %Z") FILTER html %]"
+ [% ELSE %]
+ class="flag-name-status rel-time-title[% " activity-ref" IF activity_id %]"
+ title="[% ni.creation_date FILTER time_duration FILTER html %]"
+ [% END %]
data-time="[% ni.creation_date FILTER epoch FILTER none %]"
>NeedInfo
[% activity_id ? "</a>" : "</span>" %]