Sha256: af4d9acde6bf906a7db662ad64933f0b443462e2b7ca713ec6c42942b24b09d5

Contents?: true

Size: 580 Bytes

Versions: 5

Compression:

Stored size: 580 Bytes

Contents

<%= simple_form_for @page, :html => { class: 'form-horizontal' } do |f| %>
	<%= f.error_notification %>
	
  <div class="form-inputs">
		<%= f.input :title, hint: 'nice and descriptive' %><br />
		<%= f.input :short_title, hint: 'ideally one word only, used for the menu' %><br />
		<%= f.input :parent_id %><br />
		<%= f.input :for_blog %><br />
	  <%= f.input :description, :input_html => { :rows => 3 } %>
		<%= f.input :body, :input_html => { :rows => 25 } %>
	</div>
	
  <div class="form-actions">
    <%= f.button :submit, :class => 'btn btn-primary' %>
  </div>

<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tkh_content-0.1.5 app/views/pages/_form.html.erb
tkh_content-0.1.4 app/views/pages/_form.html.erb
tkh_content-0.1.3 app/views/pages/_form.html.erb
tkh_content-0.1.2 app/views/pages/_form.html.erb
tkh_content-0.1.1 app/views/pages/_form.html.erb