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