Sha256: 069ea0dc67c5c87abfe2118b80a0e0f4acd2b748d29a2f229debb2290f61875a

Contents?: true

Size: 578 Bytes

Versions: 29

Compression:

Stored size: 578 Bytes

Contents

<% type ||= nil %>
<% files_scope = (type == 'image') ? @site.files.images : @site.files %>

<div class='box file_uploads'>
  
  <%= 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, :id => false %>
  <% end %>
  
  <div class='uploaded_files'>
    <% files_scope.order(:label).each do |file| %>
      <%= render :partial => 'cms_admin/files/file', :object => file %>
    <% end %>
  </div>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.6.31 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.30 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.26 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.25 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.24 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.23 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.22 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.21 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.20 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.19 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.18 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.17 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.16 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.15 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.14 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.13 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.12 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.11 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.10 app/views/cms_admin/files/_index.html.erb
comfortable_mexican_sofa-1.6.9 app/views/cms_admin/files/_index.html.erb