Sha256: 64d330cff05387f21b24a86b48088c0b229ebf348a5c8a449bd0a5f07c86a22c

Contents?: true

Size: 722 Bytes

Versions: 1

Compression:

Stored size: 722 Bytes

Contents

.row
  .col-lg-12
    ng-include src="'products/variants/new.html'"
  .col-lg-12
    .table-responsive
      table.table
        tbody
          tr ng-repeat="variant in product.variants"
            td style="width: 10%"
              img.img-responsive ng-src="{{ variant.image.url }}"
            td style="width: 70%"
              | {{ variant.name }}
            td style="width: 10%"
              | {{ variant.price }}
            td
              .btn-group.pull-right
                a.btn.btn-sm.btn-info ui-sref="variants.edit({product_id: product.id, id: variant.id})"
                  i.fa.fa-pencil
                a.btn.btn-sm.btn-danger ng-click="destroyVariant(variant)"
                  i.fa.fa-times

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kms_catalog-0.5.0 app/assets/javascripts/templates/products/variants/index.html.slim