Sha256: ffdcb2a54def8ebd3f9d6c14753ecea756f5beecac228903326a7f09ef5c26e3

Contents?: true

Size: 479 Bytes

Versions: 8

Compression:

Stored size: 479 Bytes

Contents

.modal-header
  %button.close(data-dismiss="modal" type="button")
    %span(aria-hidden="true") ×
    %span.sr-only Close
  %h4.modal-title New page
.modal-body
  = simple_form_for page, url: pages_path(parent_id: params[:parent_id]), remote: true do |form|
    = form.input :title, input_html: { class: 'form-control' }
    = form.input :template, collection: page.templates, input_html: { class: 'form-control' }
    %p.text-right
      = form.submit class: 'btn btn-primary'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
quadro-0.5.7 app/views/quadro/pages/_new.html.haml
quadro-0.5.6 app/views/quadro/pages/_new.html.haml
quadro-0.5.5 app/views/quadro/pages/_new.html.haml
quadro-0.5.4 app/views/quadro/pages/_new.html.haml
quadro-0.5.3 app/views/quadro/pages/_new.html.haml
quadro-0.5.2 app/views/quadro/pages/_new.html.haml
quadro-0.5.1 app/views/quadro/pages/_new.html.haml
quadro-0.5.0 app/views/quadro/pages/_new.html.haml