Fixed: Duplicated project name for subproject version on gantt chart (#4775).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3406 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d02ddefff4
commit
0b17e735ea
|
@ -86,7 +86,6 @@ top = headers_height + 8
|
||||||
<%= link_to_issue i %>
|
<%= link_to_issue i %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<span class="icon icon-package">
|
<span class="icon icon-package">
|
||||||
<%= h("#{i.project} -") unless @project && @project == i.project %>
|
|
||||||
<%= link_to_version i %>
|
<%= link_to_version i %>
|
||||||
</span>
|
</span>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in New Issue