Sha256: bf2eb1d2007acc6dff180ad8504f676f3bd59475cd2005736705c4c08acd58f1

Contents?: true

Size: 875 Bytes

Versions: 3

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.stock_location'), comable.admin_stock_locations_path
          li.active
            = @stock_location.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_stock_location_path(@stock_location), method: :delete, class: 'btn btn-danger'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comable-backend-0.7.1 app/views/comable/admin/stock_locations/edit.slim
comable-backend-0.7.0 app/views/comable/admin/stock_locations/edit.slim
comable-backend-0.7.0.beta2 app/views/comable/admin/stock_locations/edit.slim