Sha256: 16a088a84ea3ae65c1fcdf2b0516c904e8385800c8dac5efe21bbff9dbcad942

Contents?: true

Size: 597 Bytes

Versions: 27

Compression:

Stored size: 597 Bytes

Contents

<%= semantic_form_for([:admin, @comment]) 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 :comment %>
			  
					<%= form.input :commentable_id %>
			  
					<%= form.input :commentable_type %>
			  
					<%= form.input :user_id %>
			  
	    <%- end -%>
			<ol>
		</div>
	
	</div>

   <%= f.buttons do -%>
     <%= f.commit_button :input_html %>
   <%- end -%>

<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
soapbox-0.3.1 app/views/admin/comments/form.html.erb
soapbox-0.3.0 app/views/admin/comments/form.html.erb
soapbox-0.2.24 app/views/admin/comments/form.html.erb
soapbox-0.2.23 app/views/admin/comments/form.html.erb
soapbox-0.2.21 app/views/admin/comments/form.html.erb
soapbox-0.2.20 app/views/admin/comments/form.html.erb
soapbox-0.2.18 app/views/admin/comments/form.html.erb
soapbox-0.2.16 app/views/admin/comments/form.html.erb
soapbox-0.2.15 app/views/admin/comments/form.html.erb
soapbox-0.2.14 app/views/admin/comments/form.html.erb
soapbox-0.2.12 app/views/admin/comments/form.html.erb
soapbox-0.2.11 app/views/admin/comments/form.html.erb
soapbox-0.2.10 app/views/admin/comments/form.html.erb
soapbox-0.2.9 app/views/admin/comments/form.html.erb
soapbox-0.2.8 app/views/admin/comments/form.html.erb
soapbox-0.2.7 app/views/admin/comments/form.html.erb
soapbox-0.2.6 app/views/admin/comments/form.html.erb
soapbox-0.2.5 app/views/admin/comments/form.html.erb
soapbox-0.2.4 app/views/admin/comments/form.html.erb
soapbox-0.2.3 app/views/admin/comments/form.html.erb