issue列表进入详情页面,弹出新页面

This commit is contained in:
huang 2016-07-14 15:31:25 +08:00
parent e98d7a213f
commit 7da67350fd
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<% when 5%>
<span class="fl" title="周报">【周报】</span>
<% end %>
<%= link_to activity.subject.to_s, issue_path(activity), :class => "postGrey ml5" %>
<%= link_to activity.subject.to_s, issue_path(activity), :class => "postGrey ml5", :target => "_blank" %>
<span class='<%= get_issue_priority(activity.priority_id)[0] %>'>
<%= get_issue_priority(activity.priority_id)[1] %>
</span>