Sha256: 568818ef497dd4ab8bf3f7fe8da09f07e896de29bb486d112b8efa1c8fb6d350

Contents?: true

Size: 372 Bytes

Versions: 10

Compression:

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

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-2.2.4 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.3.2 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.3.1 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.2 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.1 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.0 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc15 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc14 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc13 app/views/alchemy/admin/pictures/new.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/pictures/new.html.erb