Sha256: 1c7b798c09355b3991976362519ff0eb22ce37c7162e1f674e910b3fe8bd81f7

Contents?: true

Size: 426 Bytes

Versions: 1

Compression:

Stored size: 426 Bytes

Contents

.page-content-wrap
  = simple_form_for [:admin, @component_section], as: :component_section, wrapper: :horizontal_form, html: { class: "form-horizontal form-group-separated" }  do |form|
  
    .block.form-inputs
      = form.input :name

    .block.form-actions
      .col-sm-9.col-sm-offset-3
        = form.button :submit, class: 'btn-success'
        = link_to t('para.shared.cancel'), admin_path, class: 'btn btn-danger'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
para-0.4.0 app/views/para/admin/component_sections/_form.html.haml