Sha256: 83ebe260c26f3ee6b843cf0e688813ea7b4681ee4ca82d10eac23eb2f156e53e
Contents?: true
Size: 520 Bytes
Versions: 16
Compression:
Stored size: 520 Bytes
Contents
<li class="assign_file_file <%= cycle('even', 'odd') %>"> <%= link_to alchemy.assign_admin_essence_files_path( attachment_id: file_to_assign.id, content_id: @content.id, options: @options.to_json ), remote: true, method: 'put' do %> <span class="list-primary"> <%= render_icon(file_to_assign.icon_css_class) %> <%= file_to_assign.name %> </span> <span class="list-secondary"> <%= mime_to_human(file_to_assign.file_mime_type) %> </span> <% end %> </li>
Version data entries
16 entries across 16 versions & 1 rubygems