Sha256: 6c08c82cc8d301234da48efb5f1b31326014d7d474284fc787aa31f4aa31e57d

Contents?: true

Size: 947 Bytes

Versions: 3

Compression:

Stored size: 947 Bytes

Contents

#comable-shipment-method
  ol.breadcrumb
    li
      = link_to Comable.t('admin.nav.dashboard'), comable.admin_root_path
    li
      = link_to Comable.t('admin.nav.shipment_method'), comable.admin_shipment_methods_path
    li.active
      = @shipment_method.name

  h1.page-header
    = @shipment_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_shipment_method_path(@shipment_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/shipment_methods/edit.slim
comable_backend-0.3.1 app/views/comable/admin/shipment_methods/edit.slim
comable_backend-0.3.0 app/views/comable/admin/shipment_methods/edit.slim