<%= image_tag(url_to_avatar(share.user), :class => "avatar")%> |
<%= h(share.project) if @project.nil? || @project.id != share.project.id %>
<%= link_to_user(share.user) %> <%= l(:label_new_activity) %>
<%= share.title%>
<%= share.description %><%= link_to "查看详情", share.url, {:target=>"_blank"} %>
|
|
<%= h(share.created_on)%> |
|