Sha256: 3585b072b8559ce91fac12548fed04c753c5ced203dc85b423a4b1c5ddb4dc78

Contents?: true

Size: 477 Bytes

Versions: 12

Compression:

Stored size: 477 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

12 entries across 12 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.4.13 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.12 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.11 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.10 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.9 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.8 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.7 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.6 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.5 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.4 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.3 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.4.2 app/views/cms_admin/files/_index.html.erb