tap/app/views/orders/overview.html.haml

14 lines
414 B
Plaintext
Raw Normal View History

2015-09-21 10:25:27 +00:00
.warning.center
%h1 TESTFASE | GELIEVE STREEPJES TE BLIJVEN ZETTEN | TESTFASE
2015-09-17 12:05:33 +00:00
.row
2015-10-28 15:57:11 +00:00
.col-md-1
%h5 Recent
#last
- @last.each do |user|
= image_tag user.avatar(:small), class: "img-responsive img-circle img-thumbnail"
.col-md-11
2015-11-30 17:20:54 +00:00
.row.text-center
=link_to "Not a Zeus Account? Order as a guest.", new_guest_order_path, class: "btn btn-primary btn-lg"
2015-10-28 15:57:11 +00:00
.row
= render @users