Sha256: 7647505c7dbcba3041118d49c0b5c434a56a1efb709f102e6facc17de53cd2ec

Contents?: true

Size: 385 Bytes

Versions: 9

Compression:

Stored size: 385 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

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/attachments/new.html.erb