Sha256: bc15c14336c3b57485628d0d8edd221f05ed47d5da70a8bbfa6c87a0e874dee3

Contents?: true

Size: 545 Bytes

Versions: 39

Compression:

Stored size: 545 Bytes

Contents

<%= form.text_field :label %>
<%= form.file_field :file, :multiple => @file.new_record? %>

<% unless @file.new_record? %>
  <%= form.simple_field t('.current_file'), nil do %>
    <%= link_to @file.file.url, @file.file.url, :target => '_blank' %>
  <% end %>
<% end %>

<%= form.text_area :description %>

<%= render :partial => 'cms_admin/categories/form', :object => form %>

<%= form.simple_field nil, nil, :class => 'submit_element' do %>
  <%= form.submit t(@file.new_record?? '.create' : '.update'), :disable_builder => true %>
<% end %>

Version data entries

39 entries across 39 versions & 1 rubygems

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