Sha256: 20e263e2c32cacc62c705dc4d673b162989d1646181c2e3c7b37c8ece74397e0

Contents?: true

Size: 529 Bytes

Versions: 24

Compression:

Stored size: 529 Bytes

Contents

<%= semantic_form_for([:admin, @attachment], :html => { :multipart => true }) do |form| %>

	<%= render "admin/shared/form_buttons", :form => form %>

	<%= render "admin/shared/form_errors" %>

	<div class="tabs">
		
		<ul>
			<li><a href="#tab_main">Main</a></li>
		</ul>		
	
		<div id="tab_main">
			  
			  	<%= form.inputs do -%>
						<%= form.input :title %>
						<%= form.input :attachment, :as => :file %>
				  <%- end -%>
			  
		</div>
	
	</div>

   <%= render "admin/shared/form_buttons", :form => form %>

<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
soapbox-0.2.23 app/views/admin/attachments/form.html.erb
soapbox-0.2.21 app/views/admin/attachments/form.html.erb
soapbox-0.2.20 app/views/admin/attachments/form.html.erb
soapbox-0.2.18 app/views/admin/attachments/form.html.erb
soapbox-0.2.16 app/views/admin/attachments/form.html.erb
soapbox-0.2.15 app/views/admin/attachments/form.html.erb
soapbox-0.2.14 app/views/admin/attachments/form.html.erb
soapbox-0.2.12 app/views/admin/attachments/form.html.erb
soapbox-0.2.11 app/views/admin/attachments/form.html.erb
soapbox-0.2.10 app/views/admin/attachments/form.html.erb
soapbox-0.2.9 app/views/admin/attachments/form.html.erb
soapbox-0.2.8 app/views/admin/attachments/form.html.erb
soapbox-0.2.7 app/views/admin/attachments/form.html.erb
soapbox-0.2.6 app/views/admin/attachments/form.html.erb
soapbox-0.2.5 app/views/admin/attachments/form.html.erb
soapbox-0.2.4 app/views/admin/attachments/form.html.erb
soapbox-0.2.3 app/views/admin/attachments/form.html.erb
soapbox-0.2.2 app/views/admin/attachments/form.html.erb
soapbox-0.2.1 app/views/admin/attachments/form.html.erb
soapbox-0.2.0 app/views/admin/attachments/form.html.erb