diff options
author | David Lawrence <dkl@mozilla.com> | 2016-06-22 16:10:24 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-06-22 16:10:24 +0200 |
commit | acba90e8e41c4ecdf40f32a5820b4ea7ef3db458 (patch) | |
tree | 99286992a193ad2fc5179480afd5592ea76f1f20 /extensions/BugModal/template/en/default | |
parent | 37b2bd154be263e95edb3ca66420e0357535b183 (diff) | |
download | bugzilla-acba90e8e41c4ecdf40f32a5820b4ea7ef3db458.tar.gz bugzilla-acba90e8e41c4ecdf40f32a5820b4ea7ef3db458.tar.xz |
Bug 1281189 - Modal View Date field is Glitched after Setting Needinfo
Diffstat (limited to 'extensions/BugModal/template/en/default')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 15 |
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>" %] |