Skip to content
Snippets Groups Projects
Commit 00d7bc37 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang
Browse files

Makes use of format_version_name.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3407 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 0b17e735
Branches
Tags
No related merge requests found
......@@ -210,8 +210,7 @@ top = headers_height + 10
%>
<div style="top:<%= top %>px;left:<%= i_left %>px;width:15px;" class="task milestone">&nbsp;</div>
<div style="top:<%= top %>px;left:<%= i_left + 12 %>px;background:#fff;" class="task">
<%= h("#{i.project} -") unless @project && @project == i.project %>
<strong><%=h i %></strong>
<strong><%= format_version_name i %></strong>
</div>
<% end %>
<% top = top + 20
......
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