项目成员列表点击跳入新的页面
This commit is contained in:
parent
f71a21155f
commit
9113c93e49
|
@ -70,7 +70,7 @@
|
|||
<% members.each do |member| %>
|
||||
<tr>
|
||||
<th><%= i += 1 %></th>
|
||||
<th><%= link_to member.principal.show_name, user_path(member.principal) %></th>
|
||||
<th><%= link_to member.principal.show_name, user_path(member.principal), :target => "_blank" %></th>
|
||||
<th>
|
||||
|
||||
<% if User.current.language == "zh" %>
|
||||
|
|
Loading…
Reference in New Issue