消息中项目添加title
This commit is contained in:
parent
8d625eff5e
commit
f857ceab32
|
@ -24,7 +24,8 @@
|
|||
</li>
|
||||
<li class="homepageNewsContent fl" style="width:283px;"><a href="javascript:void(0);" class="newsGrey">
|
||||
以“<%= applied_project_message_type(ma.role) %>”身份加入
|
||||
<%= link_to ma.applied.project, project_path(ma.project_id), :class => "link-blue", :target => '_blank' %>
|
||||
<% project = Project.find(ma.project_id) %>
|
||||
<%= link_to project.name, project_path(ma.project_id), :class => "link-blue", :target => '_blank', :title => "#{project.name}" %>
|
||||
</a>
|
||||
</li>
|
||||
<li class="fl" style="width:71px; height:49px;">
|
||||
|
|
Loading…
Reference in New Issue