<%= check_box_tag 'files[]', asset.id, false, :class => "checkbox_in_list" %>
<% @site_valid_locales.each_with_index do |locale, i| %>
<% end %>
|
<%= asset.title_translations[I18n.locale.to_s] rescue nil %> |
<%= number_to_human_size(asset.data.file.file_length) rescue nil %> |
<%= asset.description rescue nil %> |
<% asset.sorted_tags.each do |tag| %>
<%= tag.name %>
<% end %>
|
Edit
|