mirror of
https://github.com/redmine/redmine.git
synced 2026-09-02 06:46:43 +02:00
Fixed that #l_hours_short shows 2 h (#21069).
git-svn-id: http://svn.redmine.org/redmine/trunk@14766 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -49,7 +49,7 @@ module Redmine
|
||||
end
|
||||
|
||||
def l_hours_short(hours)
|
||||
l(:label_f_hour_short, :value => ("%.2f h" % hours.to_f))
|
||||
l(:label_f_hour_short, :value => ("%.2f" % hours.to_f))
|
||||
end
|
||||
|
||||
def ll(lang, str, arg=nil)
|
||||
|
||||
Reference in New Issue
Block a user