Sha256: 606dd495330e64c9699753864e274bbd0d48362cdba8b1001c2f6fe511cb60ba

Contents?: true

Size: 361 Bytes

Versions: 21

Compression:

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

21 entries across 21 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.7 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.6 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.5 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.4 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.3 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.rc6 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.rc5 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.rc4 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.rc3 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.rc2 app/views/alchemy/admin/attachments/new.html.erb
alchemy_cms-2.1.beta6 app/views/alchemy/admin/attachments/new.html.erb