Sha256: 10460e80476d9498573c6802070550585f263a00facafe8fc699ad2e21bb45ae
Contents?: true
Size: 420 Bytes
Versions: 11
Compression:
Stored size: 420 Bytes
Contents
section.content = form_for :page, url: pages_path, role: 'form' do |f| .box.no-border .box-body = render partial: 'form', locals: { f: f, parent_id: ((@page.present? and @page.junction?) ? @page.parent.id : '') } .box-footer.no-border button.btn.btn-flat.btn-primary.pull-right[type="submit"] | Submit = link_to 'Cancel', pages_path, class: 'btn btn-flat btn-default'
Version data entries
11 entries across 11 versions & 1 rubygems