Sha256: 3aa6d2e27c52320a3c8d526e57d00f35225f3582f964a8ec7d5b5bd9aeeeeb60

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 Bytes

Contents

- if @order.ship_station_order_id.present?
  .grid__cell
    %button.workflow-bar__button= link_to t('workarea.admin.orders.place_on_hold'), hold_date_order_path
  - if @order.ship_station_on_hold?
    .grid__cell
      = form_tag clear_hold_date_order_path, method: :patch do
        %button.workflow-bar__button{ type: :submit }= t('workarea.admin.orders.clear_on_hold')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-ship_station-1.0.1 app/views/workarea/admin/orders/_ship_station_bar_actions.html.haml
workarea-ship_station-1.0.0 app/views/workarea/admin/orders/_ship_station_bar_actions.html.haml