Sha256: 7b7bde61ee7813fb27064e8620697bd0835ff457c9c53c297df73a3cd6c8b032
Contents?: true
Size: 679 Bytes
Versions: 62
Compression:
Stored size: 679 Bytes
Contents
.summary = link_to order_path(model) do %span.summary__name= model.name .summary__info-container %span.summary__info= local_time_ago(model.updated_at) %span.summary__info #{model.full_name}, #{number_to_currency model.total_price} %span.summary__type{ title: t('workarea.admin.orders.summary.order') }= t('workarea.admin.orders.summary.order') .checkbox.summary__checkbox.hidden = check_box_tag 'product_id', model.to_global_id.to_param, false, class: 'checkbox__input summary__checkbox-input', id: dom_id(model) = label_tag dom_id(model), t('workarea.admin.bulk_actions.add_summary_button'), class: 'checkbox__label summary__checkbox-label'
Version data entries
62 entries across 62 versions & 1 rubygems