Browse Source

cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#reorder_handle

git-svn-id: http://svn.redmine.org/redmine/trunk@18905 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Toshi MARUYAMA 4 years ago
parent
commit
2d0be791b6
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      app/helpers/application_helper.rb

+ 3
- 3
app/helpers/application_helper.rb View File

@@ -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)

Loading…
Cancel
Save