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.3.2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.4 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.4.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.0.b5 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.0.b2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.4.0 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.4.rc4 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.4.rc2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.4.rc1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.3.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.4.beta2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.3.2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.3.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.3.0 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.3.rc5 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.0 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.rc15 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.rc14 app/views/alchemy/admin/attachments/new.html.erb