Sha256: e1c09de31cfdda45f2dcc35911b234cc24ff32ff419be05514ad455452d1fa75
Contents?: true
Size: 523 Bytes
Versions: 39
Compression:
Stored size: 523 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_from_params ), 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
39 entries across 39 versions & 1 rubygems