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

14 lines
414 B
Text
Raw Normal View History

2015-09-21 12:25:27 +02:00
.warning.center
%h1 TESTFASE | GELIEVE STREEPJES TE BLIJVEN ZETTEN | TESTFASE
2015-09-17 14:05:33 +02:00
.row
2015-10-28 16:57:11 +01: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 18:20:54 +01: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 16:57:11 +01:00
.row
= render @users