Sha256: 74e9a86307b6185bfda3574a75330ca205d455bd6c51a61630a380b45250d7aa

Contents?: true

Size: 383 Bytes

Versions: 17

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

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.9.0 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.8.3 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.6.3 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.6.0.rc5 app/views/alchemy/admin/attachments/new.html.erb