From 2d0be791b6598fd4ae92d320cb024f1d93cdd12f Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 5 Nov 2019 14:08:46 +0000 Subject: [PATCH] cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#reorder_handle git-svn-id: http://svn.redmine.org/redmine/trunk@18905 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/application_helper.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 427b2a8d3..f22586a19 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -636,9 +636,9 @@ module ApplicationHelper :reorder_param => options[:param] || object.class.name.underscore } content_tag('span', '', - :class => "icon-only icon-sort-handle sort-handle", - :data => data, - :title => l(:button_sort)) + :class => "icon-only icon-sort-handle sort-handle", + :data => data, + :title => l(:button_sort)) end def breadcrumb(*args) -- 2.39.5