Sha256: 3c89276db7c3957cf569b8e4a911a566f7bd7bb32dbdf25a82e7a048f595abf4
Contents?: true
Size: 491 Bytes
Versions: 3
Compression:
Stored size: 491 Bytes
Contents
.modal-header %button.close(data-dismiss="modal" type="button") %span(aria-hidden="true") × %h4.modal-title= t('quadro.modal.new') .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' }, include_blank: false %p.text-right = form.submit class: 'btn btn-primary'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
quadro-0.6.1 | app/views/quadro/pages/_new.html.haml |
quadro-0.6.0 | app/views/quadro/pages/_new.html.haml |
quadro-0.5.8 | app/views/quadro/pages/_new.html.haml |