Sha256: 3c8c7abe7155fef21bf951c4a9f6517086fe19ab432afec0d82bbbe27c471c84

Contents?: true

Size: 353 Bytes

Versions: 20

Compression:

Stored size: 353 Bytes

Contents

<%= form_for([:admin, @attachment], :html => {:multipart => true}) do |f| %>
	<%= render(
		:partial => "admin/partials/upload_form",
		:locals => {
			:file_types => configuration(:uploader)[:allowed_filetypes][:attachments],
			:file_types_description => _('documents'),
			:model_name => 'attachment',
			:item_type => _('files')
		}
	) %>
<% end %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.6.1 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.5 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.4 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.3.1 app/views/admin/attachments/new.html.erb
alchemy_cms-2.1.beta1 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.3 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.2 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.1 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.rc6 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.rc5 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.rc4 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.rc3 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.rc2 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.rc1 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.pre5 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.pre4 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.pre3 app/views/admin/attachments/new.html.erb
alchemy_cms-2.0.pre2 app/views/admin/attachments/new.html.erb