Sha256: 396c1743242643463b9b548c2e8894f3e4c67abcd389183601b6e3dc6db7837f

Contents?: true

Size: 402 Bytes

Versions: 14

Compression:

Stored size: 402 Bytes

Contents

- if datatable.admin_namespace?
  - if order.purchased? == false
    = link_to effective_orders.admin_order_path(order), title: 'Checkout' do
      %span.glyphicon.glyphicon-usd

  = link_to effective_orders.edit_admin_order_path(order), title: 'Edit' do
    %span.glyphicon.glyphicon-edit

- else
  = link_to effective_orders.order_path(order), title: 'View' do
    %span.glyphicon.glyphicon-eye-open

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/admin/orders/_actions.html.haml
effective_orders-3.2.2 app/views/admin/orders/_actions.html.haml
effective_orders-3.2.1 app/views/admin/orders/_actions.html.haml
effective_orders-3.2.0 app/views/admin/orders/_actions.html.haml
effective_orders-3.1.7 app/views/admin/orders/_actions.html.haml
effective_orders-3.1.6 app/views/admin/orders/_actions.html.haml
effective_orders-3.1.4 app/views/admin/orders/_actions.html.haml
effective_orders-3.1.3 app/views/admin/orders/_actions.html.haml
effective_orders-3.1.0 app/views/admin/orders/_actions.html.haml
effective_orders-3.0.4 app/views/admin/orders/_actions.html.haml
effective_orders-3.0.3 app/views/admin/orders/_actions.html.haml
effective_orders-3.0.2 app/views/admin/orders/_actions.html.haml
effective_orders-3.0.1 app/views/admin/orders/_actions.html.haml
effective_orders-3.0.0 app/views/admin/orders/_actions.html.haml