Fix indent in WorkPackagesHelper

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2822/head
Alex Coles 10 years ago
parent cab8de4a4b
commit 316ef68a71
  1. 2
      app/helpers/work_packages_helper.rb

@ -324,7 +324,7 @@ module WorkPackagesHelper
["-#{attribute.to_s.dasherize}"]
else
css_class.split(' ').map { |k| "-#{k}" }
end
end
attribute_string = if attribute.is_a?(Symbol)
WorkPackage.human_attribute_name(attribute)

Loading…
Cancel
Save