Sha256: 2210b2d1a8283ac8b94a5487adc78d30d107b17f6e85a565cd5c4f922474e04e

Contents?: true

Size: 476 Bytes

Versions: 5

Compression:

Stored size: 476 Bytes

Contents

<div id='file_uploads' class='box'>
  
  <%= form_for :file, :url => cms_admin_site_files_path(@site), :html => {:multipart => true} do |form| %>
    <a id='uploader_button' href='#' class='big button'><%= t('.button') %></a>
    <%= form.file_field :file, :multiple => true %>
  <% end %>
  
  <div id='uploaded_files'>
    <% Cms::File.order('label').all.each do |file| %>
      <%= render :partial => 'cms_admin/files/file', :object => file %>
    <% end %>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.5.4 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.5.3 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.5.2 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.5.1 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.5.0 app/views/cms_admin/files/_index.html.erb