diff options
author | Byron Jones <bjones@mozilla.com> | 2013-11-18 15:24:39 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-11-18 15:24:39 +0100 |
commit | ac6167f3a698dc8c142d0808fcd7aaa0f00e1f65 (patch) | |
tree | 7013cadf9d60edacdf45242a1829a78d2b1329b7 /template/en/default/attachment | |
parent | 17b7781c6178e67375edd37907be3eaee72b84d6 (diff) | |
download | bugzilla-ac6167f3a698dc8c142d0808fcd7aaa0f00e1f65.tar.gz bugzilla-ac6167f3a698dc8c142d0808fcd7aaa0f00e1f65.tar.xz |
Bug 937180: creation_ts of bugs and attachments always at 0 seconds
r=dkl, a=simon
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 9c9247980..48921e3ca 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -88,7 +88,7 @@ function toggle_display(link) { <br> <a href="#attach_[% attachment.id %]" title="Go to the comment associated with the attachment"> - [%- attachment.attached FILTER time %]</a>, + [%- attachment.attached FILTER time("%Y-%m-%d %H:%M %Z") %]</a>, [%# No need to recreate the exact same template if we already have it. %] [% attacher_id = attachment.attacher.id %] |