Sha256: 6bc43011fa6c639e828f95d2337e2b396cc840e2db33f67101002daa67c5a55c

Contents?: true

Size: 875 Bytes

Versions: 11

Compression:

Stored size: 875 Bytes

Contents

.comable-page
  .comable-main-fixed-top
    .comable-page-heading
      ul.pull-right.list-inline
        li
          = link_to_save

      h1.page-header
        ol.breadcrumb
          li>
            = link_to Comable.t('admin.nav.payment_method'), comable.admin_payment_methods_path
          li.active
            = @payment_method.name

  .comable-page-body
    = render 'form'
    hr
    .panel.panel-danger
      .panel-heading type="button" data-toggle="collapse" data-target="#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'

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
comable-backend-0.7.1 app/views/comable/admin/payment_methods/edit.slim
comable-backend-0.7.0 app/views/comable/admin/payment_methods/edit.slim
comable-backend-0.7.0.beta2 app/views/comable/admin/payment_methods/edit.slim
comable-backend-0.7.0.beta1 app/views/comable/admin/payment_methods/edit.slim
comable-backend-0.6.0 app/views/comable/admin/payment_methods/edit.slim
comable_backend-0.5.0 app/views/comable/admin/payment_methods/edit.slim
comable_backend-0.4.2 app/views/comable/admin/payment_methods/edit.slim
comable_backend-0.4.1 app/views/comable/admin/payment_methods/edit.slim
comable_backend-0.4.0 app/views/comable/admin/payment_methods/edit.slim
comable_backend-0.3.4 app/views/comable/admin/payment_methods/edit.slim
comable_backend-0.3.3 app/views/comable/admin/payment_methods/edit.slim