Sha256: df6aae70b32f3041a6670d5344f240ca2db0df77f651ea6127e520f2e751051b

Contents?: true

Size: 379 Bytes

Versions: 4

Compression:

Stored size: 379 Bytes

Contents

= haml "orders/menu".to_sym

%h1 Remote Orders

%center
  %table.pure-table.pure-table-striped
    %tr
      %th Date
      %th Volume
      %th Action
    - @last_orders.each do |p|
      %tr
        %td=p[0]
        %td=p[1]
        %td
          %a(href="#{p[2]}")
            Visit remote shop
          %br
          %a(href="/remote_order/#{p[2][/\d+/]}")
            View

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rawbotz-0.1.5 lib/rawbotz/views/remote_orders/index.haml
rawbotz-0.1.4 lib/rawbotz/views/remote_orders/index.haml
rawbotz-0.1.3 lib/rawbotz/views/remote_orders/index.haml
rawbotz-0.1.2 lib/rawbotz/views/remote_orders/index.haml