Commit cdb80f69 authored by Eric Davis's avatar Eric Davis

[#281] Show the project on cross-project issues

parent 430fc228
......@@ -37,7 +37,7 @@
<fieldset class="related-issues"><legend><%= l(:label_related_issues) %></legend>
<ul>
<% @issues.each do |issue| -%>
<li><%= link_to_issue(issue) %></li>
<li><%= link_to_issue(issue, :project => issue.project != @version.project) %></li>
<% end -%>
</ul>
</fieldset>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment