From da22fb0d41017aed0f089b21dad2af54a26fb85b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 18 Nov 2016 13:51:19 +0000 Subject: Test failure (#23996). git-svn-id: http://svn.redmine.org/redmine/trunk@15969 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/my/blocks/_timelog.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/views/my/blocks/_timelog.html.erb b/app/views/my/blocks/_timelog.html.erb index 5b8820c19..dd962eae4 100644 --- a/app/views/my/blocks/_timelog.html.erb +++ b/app/views/my/blocks/_timelog.html.erb @@ -46,7 +46,7 @@ entries_by_day = entries.group_by(&:spent_on) <%= day == User.current.today ? l(:label_today).titleize : format_date(day) %> - <%= html_hours(l_hours_short(entries_by_day[day].sum(&:hours))) %> + <%= html_hours(format_hours(entries_by_day[day].sum(&:hours))) %> <% entries_by_day[day].each do |entry| -%> @@ -56,7 +56,7 @@ entries_by_day = entries.group_by(&:spent_on) <%= entry.project %> <%= h(' - ') + link_to_issue(entry.issue, :truncate => 50) if entry.issue %> <%= entry.comments %> - <%= html_hours(l_hours_short(entry.hours)) %> + <%= html_hours(format_hours(entry.hours)) %> <% end -%> <% end -%> -- cgit v1.2.3