Sha256: 9332feb8fd8c87471908931ba2577f0ee3d239b34a8c5a0c476cf5e61d96e0fe
Contents?: true
Size: 761 Bytes
Versions: 138
Compression:
Stored size: 761 Bytes
Contents
<th> {{ human_attribute_name "spree/shipment" "tracking" }} </th> <td colspan="4"> {{#if editing}} <form> <input type="text" name="tracking" class="fullwidth" value="{{tracking}}"> </form> {{else}} {{#if tracking}} {{ tracking }} {{else}} {{ t "no_tracking_present" }} {{/if}} {{/if}} </td> <td class="actions"> {{#if editing}} <button class="js-save fa fa-check no-text with-tip" data-action="save" title="{{ t "actions.save" }}"></button> <button class="js-cancel fa fa-cancel no-text with-tip" data-action="cancel" title="{{ t "actions.cancel" }}"></button> {{else}} <button class="js-edit fa fa-edit no-text with-tip" data-action="edit" title=""{{ t "actions.edit" }}"></button> {{/if}} </td>
Version data entries
138 entries across 138 versions & 2 rubygems