Sha256: 49611e6a778e0598799302c32ce4cb988a7c38da77143b83d8ce071132f50823

Contents?: true

Size: 383 Bytes

Versions: 22

Compression:

Stored size: 383 Bytes

Contents

<%= form_for([:admin, @attachment], :html => {:multipart => true}) do |f| %>
  <%= render(
    :partial => "alchemy/admin/partials/upload_form",
    :locals => {
      :file_types => configuration(:uploader)['allowed_filetypes']['attachments'],
      :file_types_description => t('documents'),
      :model_name => 'attachment',
      :item_type => t('files')
    }
  ) %>
<% end %>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
alchemy_cms-2.2.rc13 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/attachments/new.html.erb