Commit a196f9ce authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 327657: "Edit attachment" page should show me when the file was attached

r/a=LpSolit
parent c0583bad
......@@ -59,7 +59,7 @@
[%+ attachment.datasize FILTER unitconvert %]
[% ELSE %]
<em>deleted</em>
[% END %], created by [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %]
[% END %], created by [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %] on [%+ attachment.attached FILTER time %]
[% IF attachment.isprivate %];
<span class="bz_private">only visible to <strong>[% Param('insidergroup') FILTER html %]</strong> members</span>
[% END %]
......@@ -100,7 +100,12 @@
<span class="label">Creator:</span>
[%+ INCLUDE global/user.html.tmpl who = attachment.attacher %]
</div>
<div id="attachment_created">
<span class="label">Created:</span>
[%+ attachment.attached FILTER time %]
</div>
<div id="attachment_size">
<span class="label">Size:</span>
[% IF attachment.datasize %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment