Sha256: 06b708f4928e75c9b315a116abe17c343218d6f4e2063bd7329648d29589ecd6

Contents?: true

Size: 381 Bytes

Versions: 6

Compression:

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

6 entries across 6 versions & 1 rubygems

Version Path
alchemy_cms-2.2.rc8 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/attachments/new.html.erb