Sha256: 624b6bd4372932c0e4d1f0d67655a03977e308c19c81e3f85e4183c5255e8372

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

.row
  .col-lg-12
    .widget
      .widget-header
        i.fa.fa-barcode
        = Kms::Product.model_name.human(count: 1.1)
        /a.pull-right href="#"  Manage
        a.btn.btn-sm.btn-primary.pull-right ui-sref="products.new"
          = I18n.t("add_product")
      .widget-body.no-padding
        .table-responsive
          table.table
            tbody
              tr ng-repeat="product in products"
                td style="width: 80%"
                  | {{ product.name }}
                td
                  .btn-group.pull-right
                    a.btn.btn-sm.btn-info ui-sref="products.edit({id: product.id})"
                      i.fa.fa-pencil
                    a.btn.btn-sm.btn-danger ng-click="destroy(product)"
                      i.fa.fa-times

Version data entries

1 entries across 1 versions & 1 rubygems

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