.summary{ data: { global_id: model.to_global_id.to_param } } = link_to payment_gift_card_path(model, return_to: params[:return_to]) do %span.summary__name= model.name .summary__info-container %span.summary__info= local_time_ago(model.updated_at) %span.summary__info= number_to_currency model.amount %span.summary__type= t('workarea.admin.payment_gift_cards.gift_card') .summary__checkbox.hidden = check_box_tag 'product_id', model.to_global_id.to_param, false, class: 'summary__checkbox-input', id: dom_id(model) = label_tag dom_id(model), t('workarea.admin.bulk_actions.add_summary_button'), class: 'summary__checkbox-label'