FIX 项目列表中用户头像尺寸调整
This commit is contained in:
parent
152c9b6bc5
commit
c1901ac858
|
@ -1,6 +1,6 @@
|
|||
<% projects.each do |project| %>
|
||||
<li>
|
||||
<%= link_to image_tag(url_to_avatar(project.owner)), user_path(project.user_id), :class => "r_list_img", :alt => "用户头像" %>
|
||||
<%= link_to image_tag(url_to_avatar(project.owner), :class => "r_list_img"), user_path(project.user_id), :alt => "用户头像" %>
|
||||
<div>
|
||||
<p class="lh25 mb10 clearfix">
|
||||
<span class="mr20 f16 color-grey3"><%= link_to project.name, project_path(project) %></span>
|
||||
|
|
Loading…
Reference in New Issue