关注列表样式

This commit is contained in:
huang 2015-04-16 20:00:07 +08:00
parent 63a457674a
commit d1e7777040
2 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,7 @@
<%= user.nil? ? '' : (image_tag(url_to_avatar(user), :width => 32, :height => 32)) %>
</a>
<span class="fl ml10 c_grey"><%= l(:label_username)%></span>
<%= link_to_user(user) %>
<%= link_to(user.name, user_path(user),:class => "ml10 c_blue02") %>
<span class="fr c_grey"><%= format_date(user.created_on) %></span>
</div>
<div class="cl"></div>

View File

@ -239,6 +239,7 @@ zh:
# 新建问题
field_tracker: 跟踪
field_untracker: 取消跟踪
field_subject: 主题
field_quote: 描述
label_change_properties: 修改属性