Sha256: dc7d52c48532c857161562c1a999421486e9a5381cd705868cca219358d246a1

Contents?: true

Size: 425 Bytes

Versions: 12

Compression:

Stored size: 425 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')
    }
  ) %>
  <%= f.submit :upload, :style => 'display: none' %>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alchemy_cms-2.3.2 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.4.1 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.5.0.b5 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.5.0.b2 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.4.0 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.4.rc4 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.4.rc2 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.4.rc1 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.3.1 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.4.beta2 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.3.0 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.3.rc5 app/views/alchemy/admin/pictures/new.html.erb