Sha256: bd711262ea9ff141090dd111804b8f3c27d4a1de2de81ddc705de7f32ef689ec

Contents?: true

Size: 940 Bytes

Versions: 3

Compression:

Stored size: 940 Bytes

Contents

#comable-payment-method
  ol.breadcrumb
    li
      = link_to Comable.t('admin.nav.dashboard'), comable.admin_root_path
    li
      = link_to Comable.t('admin.nav.payment_method'), comable.admin_payment_methods_path
    li.active
      = @payment_method.name

  h1.page-header
    = @payment_method.name

  .row
    section.col-sm-8
      = render 'form'
      hr
      .panel.panel-danger
        .panel-heading type="button" data-toggle="collapse" data-target="#comable-danger" aria-expanded="false" aria-controls="comable-danger"
          strong
            span.fa.fa-angle-down>
            = Comable.t('admin.actions.destroy')
        #comable-danger.collapse
          .panel-body
            p
              = Comable.t('admin.confirmation_to_remove_product')
            = link_to Comable.t('admin.actions.destroy'), comable.admin_payment_method_path(@payment_method), method: :delete, class: 'btn btn-danger'

    nav.col-sm-4

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comable_backend-0.3.2 app/views/comable/admin/payment_methods/edit.slim
comable_backend-0.3.1 app/views/comable/admin/payment_methods/edit.slim
comable_backend-0.3.0 app/views/comable/admin/payment_methods/edit.slim