summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-06-30 14:37:12 +0000
committerGo MAEDA <maeda@farend.jp>2024-06-30 14:37:12 +0000
commit2b786a6f48e519b4f09e7804fc06fb531d01b9db (patch)
tree8cdf6150e10ac1d0f95cb56310c9a55805ff29c6 /app/views/timelog
parent578c53a932b52ea4b3c6658d631730e8fa169400 (diff)
downloadredmine-2b786a6f48e519b4f09e7804fc06fb531d01b9db.tar.gz
redmine-2b786a6f48e519b4f09e7804fc06fb531d01b9db.zip
Spent hours ignoring "Time Span Format" Setting on several pages (#40924).
Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22902 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/timelog')
-rw-r--r--app/views/timelog/bulk_edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/bulk_edit.html.erb b/app/views/timelog/bulk_edit.html.erb
index 3571b4016..a4cb0c8af 100644
--- a/app/views/timelog/bulk_edit.html.erb
+++ b/app/views/timelog/bulk_edit.html.erb
@@ -21,7 +21,7 @@
<%=
content_tag 'li',
link_to(
- "#{format_date(entry.spent_on)} - #{entry.project}: #{l(:label_f_hour_plural, :value => entry.hours)} (#{entry.user})",
+ "#{format_date(entry.spent_on)} - #{entry.project}: #{l(:label_f_hour_plural, :value => format_hours(entry.hours))} (#{entry.user})",
edit_time_entry_path(entry)
)
%>