2015-02-20 09:21:18 +01:00
|
|
|
<div class="col-md-2 thumbnail overview">
|
2015-02-09 17:06:24 +01:00
|
|
|
<% unless user.dagschotel.nil? %>
|
|
|
|
<%= link_to user_quickpay_path(user) do %>
|
2015-02-20 09:21:18 +01:00
|
|
|
<%= image_tag user.dagschotel.avatar(:dagschotel), class: "img-circle dagschotel" %>
|
2015-02-09 17:06:24 +01:00
|
|
|
<% end %>
|
|
|
|
<% end %>
|
2015-01-15 00:39:34 +01:00
|
|
|
|
2015-02-17 15:35:15 +01:00
|
|
|
<%= link_to image_tag(user.avatar(:large) , class: "img-circle avatar"), new_user_order_path(user) %>
|
2015-02-20 09:21:18 +01:00
|
|
|
<%= link_to user.nickname , new_user_order_path(user), class: "btn btn-info", style: get_color_style(user) %>
|
2015-01-15 00:39:34 +01:00
|
|
|
</div>
|