mirror of
https://github.com/redmine/redmine.git
synced 2026-02-02 21:00:01 +01:00
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#reorder_handle
git-svn-id: http://svn.redmine.org/redmine/trunk@18905 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user