mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00: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:
parent
fc3af794d2
commit
8a7279e5ee
@ -112,6 +112,7 @@ module TimelogHelper
|
|||||||
hours.collect {|h| h[criteria[level]].to_s}.uniq.each do |value|
|
hours.collect {|h| h[criteria[level]].to_s}.uniq.each do |value|
|
||||||
hours_for_value = select_hours(hours, criteria[level], value)
|
hours_for_value = select_hours(hours, criteria[level], value)
|
||||||
next if hours_for_value.empty?
|
next if hours_for_value.empty?
|
||||||
|
|
||||||
row = [''] * level
|
row = [''] * level
|
||||||
row << format_criteria_value(available_criteria[criteria[level]], value, false).to_s
|
row << format_criteria_value(available_criteria[criteria[level]], value, false).to_s
|
||||||
row += [''] * (criteria.length - level - 1)
|
row += [''] * (criteria.length - level - 1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user