Sha256: 2792f4453c2c0e6379ac511e52133d3e0ee49194b2e3eadb77d3d16cbfcf51d7

Contents?: true

Size: 427 Bytes

Versions: 9

Compression:

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

9 entries across 9 versions & 1 rubygems

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