diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index eb463300b..1a7fce16d 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -31,7 +31,7 @@
- <%= l(:field_estimated_hours) %>
+ <%= l(:field_estimated_hours) %>: |
<%= html_hours(l_hours(@version.estimated_hours)) %> @@ -40,7 +40,7 @@ <% if User.current.allowed_to?(:view_time_entries, @project) %> |
---|---|
- <%= l(:label_spent_time) %>
+ <%= l(:label_spent_time) %>: |
<%= html_hours(l_hours(@version.spent_hours)) %> |