Sha256: a56c68439f38bf556c29e6b78475308e197353e766ec2fa6758b3b15d20faea2

Contents?: true

Size: 454 Bytes

Versions: 4

Compression:

Stored size: 454 Bytes

Contents

<%= simple_form_for @page, :html => { class: 'form-horizontal' } do |f| %>
	<%= f.error_notification %>
	
  <div class="form-inputs">
		<%= f.input :title %><br /><br />
		<%= f.input :for_blog %><br /><br />
	  <%= f.input :description, :input_html => { :rows => 5 } %><br /><br />
		<%= f.input :body, :input_html => { :rows => 30 } %>
	</div>
	
  <div class="form-actions">
    <%= f.button :submit, :class => 'btn btn-primary' %>
  </div>

<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tkh_content-0.1 app/views/pages/_form.html.erb
tkh_content-0.0.3.1 app/views/pages/_form.html.erb
tkh_content-0.0.3 app/views/pages/_form.html.erb
tkh_content-0.0.2 app/views/pages/_form.html.erb