tap/app/views/users/_new_order.html.erb

11 lines
461 B
Plaintext
Raw Normal View History

2015-03-19 13:59:37 +00:00
<div class="col-md-2 overviewthumbnail">
2015-02-09 16:06:24 +00:00
<% unless user.dagschotel.nil? %>
2015-09-14 15:52:25 +00:00
<%= link_to quickpay_user_path(user) do %>
2015-02-20 08:21:18 +00:00
<%= image_tag user.dagschotel.avatar(:dagschotel), class: "img-circle dagschotel" %>
2015-02-09 16:06:24 +00:00
<% end %>
<% end %>
2015-02-17 14:35:15 +00:00
<%= link_to image_tag(user.avatar(:large) , class: "img-circle avatar"), new_user_order_path(user) %>
2015-09-14 15:52:25 +00:00
<%= link_to user.name , new_user_order_path(user), class: "btn btn-info", style: get_color_style(user) %>
</div>