From ee4cfb9c89c9f9dbb34ce1c13bd3b99413a71619 Mon Sep 17 00:00:00 2001 From: huang Date: Wed, 22 Apr 2015 09:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=81=E7=A8=8B=E7=A2=91?= =?UTF-8?q?=E7=82=B9=E8=BF=9B=E5=8E=BB=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/versions/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) %>