<%= link_to image_tag(url_to_avatar(user), :width => "50", :height => "50"), user_path(user), :alt => "用户头像", :class => "pro_new_users fl mr5" %>
<%= link_to user.try(:show_name), user_path(user), :class => "pro_new_users mt5 fl" %>
<%=h time_tag(user.created_on) %>
<% end %>