mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 08:46:01 +01:00
add empty line after guard clause to TimelogHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20232 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -112,6 +112,7 @@ module TimelogHelper
|
||||
hours.collect {|h| h[criteria[level]].to_s}.uniq.each do |value|
|
||||
hours_for_value = select_hours(hours, criteria[level], value)
|
||||
next if hours_for_value.empty?
|
||||
|
||||
row = [''] * level
|
||||
row << format_criteria_value(available_criteria[criteria[level]], value, false).to_s
|
||||
row += [''] * (criteria.length - level - 1)
|
||||
|
||||
Reference in New Issue
Block a user