Sha256: 996de0d7cc765b657fee4e0739d3c39f7f46f8e1dce6b12ed7ff150148866afe
Contents?: true
Size: 782 Bytes
Versions: 112
Compression:
Stored size: 782 Bytes
Contents
<fieldset> <table class="stock-levels" data-hook="stock-levels"> <colgroup> <col style="width: 50%;" /> <col style="width: 50%;" /> </colgroup> <thead> <th>{{ t "name" }}</th> <th><label for="variant_quantity">{{ t "quantity" }}</label></th> </thead> <tbody> <tr> <td>{{variant.name}}</td> <td> <input class="quantity variant_quantity" id="variant_quantity" data-variant-id="{{../variant.id}}" type="number" min="0" value="0"> </td> </tr> </tbody> </table> <fieldset class="no-border-bottom"> <legend align="center" class="stock-location"> <button class="add_variant" title="{{ t "add" }}" data-action="add">{{ t "add" }}</button> </legend> </fieldset> </fieldset>
Version data entries
112 entries across 112 versions & 2 rubygems