Sha256: 8f054c85b3fb2bbd388b763652c4ebaafd714fe5d233665eabed868335967043

Contents?: true

Size: 370 Bytes

Versions: 27

Compression:

Stored size: 370 Bytes

Contents

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.7 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.6 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.5 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.4 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.3 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.2 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1.1 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.1 app/views/alchemy/admin/pictures/new.html.erb