]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1281189 - Modal View Date field is Glitched after Setting Needinfo
authorDavid Lawrence <dkl@mozilla.com>
Wed, 22 Jun 2016 14:10:24 +0000 (14:10 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 22 Jun 2016 14:10:24 +0000 (14:10 +0000)
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl

index f78f74e0bf856cb1f7310955a1554910f47e4632..89b1f521a7e66d9196a97b26a46c991d87c9c290 100644 (file)
             [% 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>" %]