Sha256: 94d44d1833f91f64740bac334bb9f7d2de236b00707bf6e9c753e4dd77e5cb16

Contents?: true

Size: 1 KB

Versions: 3

Compression:

Stored size: 1 KB

Contents

.comable-page
  .comable-main-fixed-top
    .comable-page-heading
      ul.pull-right.list-inline
        li
          = link_to comable.product_path(@product), class: 'btn btn-default' do
            span.fa.fa-external-link>
            = Comable.t('admin.view')
        li
          = link_to_save

      h1.page-header
        ol.breadcrumb
          li>
            = link_to Comable.t('admin.nav.product'), comable.admin_products_path
          li.active
            = @product.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_product_variant_path(@product, @variant), 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/variants/edit.slim
comable-backend-0.7.0 app/views/comable/admin/variants/edit.slim
comable-backend-0.7.0.beta2 app/views/comable/admin/variants/edit.slim