tap/app/views/users/_user.html.haml

7 lines
444 B
Plaintext
Raw Normal View History

2015-09-17 12:05:33 +00:00
.col-md-2.overviewthumbnail
- unless user.dagschotel.nil?
2015-10-28 19:48:49 +00:00
= link_to quickpay_user_path(user), remote: true, data: { quickpay: true, type: "json" } do
2015-09-17 12:05:33 +00:00
= image_tag user.dagschotel.avatar(:dagschotel), class: "img-circle dagschotel"
= link_to image_tag(user.avatar(:large) , class: "img-circle avatar"), new_user_order_path(user)
= link_to user.name , new_user_order_path(user), class: "btn btn-info", style: get_color_style(user)