|
|
|
@ -90,7 +90,7 @@
|
|
|
|
|
<% end -%>
|
|
|
|
|
<% container.attachments.each do |file| %>
|
|
|
|
|
<tr class="file <%= cycle("odd", "even") %>">
|
|
|
|
|
<td class="filename"><%= link_to_attachment file, :download => true, :title => file.description %></td>
|
|
|
|
|
<td class="filename" style="font-size: 12px; width: 240px; "><%= link_to_attachment file, :download => true, :title => file.description, :style => "width: 230px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" %></td>
|
|
|
|
|
<td class="created_on"><%= format_time(file.created_on) %></td>
|
|
|
|
|
<td class="filesize"><%= number_to_human_size(file.filesize) %></td>
|
|
|
|
|
<td class="downloads"><%= file.downloads %></td>
|
|
|
|
|