Patch #817 ยป list_files_format_time.patch
C:/Documents and Settings/Vic/projects/redmine/app/views/projects/list_files.rhtml (working copy) | ||
---|---|---|
25 | 25 |
<td></td> |
26 | 26 |
<td><%= link_to(file.filename, {:controller => 'versions', :action => 'download', :id => version, :attachment_id => file}, |
27 | 27 |
:title => file.description) %></td> |
28 |
<td align="center"><%= format_date(file.created_on) %></td>
|
|
28 |
<td align="center"><%= format_time(file.created_on) %></td>
|
|
29 | 29 |
<td align="center"><%= number_to_human_size(file.filesize) %></td> |
30 | 30 |
<td align="center"><%= file.downloads %></td> |
31 | 31 |
<td align="center"><small><%= file.digest %></small></td> |