<% is_editable = can_edit_or_delete?(archive) %>
<% if is_editable %><% end %> |
<%= archive.status_for_table %> |
<%= archive.category.title rescue "" %>
<% if (archive.category.disable rescue false) %>
<%= t(:disabled) %>
<% end %>
|
<%= archive.title %>
|
<%= format_value archive.updated_at rescue nil %> |
<%= User.find(archive.update_user_id).user_name rescue nil %> |
<% download_total = 0
archive.archive_file_multiples.each do |afm|
download_total = download_total + afm.download_count
end
%>
<%= download_total %> |
<% end %>