项目issue详情页面,点击指派给跳个人主页

This commit is contained in:
daiao 2016-11-10 17:34:58 +08:00
parent ae84afe43e
commit 9bdc76b6e3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<li class="clear"> <li class="clear">
<span class="pro_new_conbox_leftspan fl">指派给</span> <span class="pro_new_conbox_leftspan fl">指派给</span>
<span class="pro_new_conbox_rightspan fl ml10"> <span class="pro_new_conbox_rightspan fl ml10">
<a href="" class="c_blue" ><%= @issue.assigned_to ? @issue.assigned_to.show_name : "--" %></a></span> <a href="<%= @issue.assigned_to_id.nil? ? "javascript:void(0)" : user_path(@issue.assigned_to_id) %>" class="c_blue" ><%= @issue.assigned_to ? @issue.assigned_to.show_name : "--" %></a></span>
</li> </li>
<% end %> <% end %>
<% unless @issue.disabled_core_fields.include?('fixed_version_id') %> <% unless @issue.disabled_core_fields.include?('fixed_version_id') %>