Sha256: 8aee2a6da587626a4ffaa643c0008713eb1a0bc70f844968f21c17f9f599a4ff
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
= haml "orders/menu".to_sym %h1 Remote Orders %center %table.pure-table.pure-table-striped %thead %tr %th Date %th Volume %th Action %tbody - @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_icon View
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rawbotz-0.2.0 | lib/rawbotz/views/remote_orders/index.haml |