diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index 52a4bed17..f23d83f1c 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -18,7 +18,7 @@ - + <% if User.current.allowed_to?(:view_time_entries, @project) %> @@ -41,7 +41,7 @@ <%- @issues.each do |issue| -%> - + <% end %>
<%= l(:field_estimated_hours) %><%= html_hours(l_hours(@version.estimated_hours)) %><%= html_hours(l_hours(@version.estimated_hours)) %>
<%= l(:label_related_issues) %>
<%= check_box_tag 'ids[]', issue.id %><%= check_box_tag 'ids[]', issue.id, false, :id => nil %> <%= link_to_issue(issue, :project => (@project != issue.project)) %>