件下载界面描述剧终
This commit is contained in:
parent
265e0f246b
commit
bf17ad3048
|
@ -19,9 +19,8 @@
|
||||||
<%= sort_header_tag('filename', :caption => l(:field_filename)) %>
|
<%= sort_header_tag('filename', :caption => l(:field_filename)) %>
|
||||||
<%= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc') %>
|
<%= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc') %>
|
||||||
<%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc') %>
|
<%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc') %>
|
||||||
<%#= sort_header_tag('downloads', :caption => l(:label_downloads_abbr), :default_order => 'desc') %>
|
|
||||||
<%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc') %>
|
<%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc') %>
|
||||||
<th> <%= sort_header_tag('description', :caption => l(:field_description)) %></th>
|
<%= sort_header_tag('description', :caption => l(:field_description)) %>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr></thead>
|
</tr></thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in New Issue