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

git-svn-id: http://svn.redmine.org/redmine/trunk@18869 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-26 12:54:11 +00:00
parent a54f13888b
commit c82ce3e20c

View File

@@ -1426,9 +1426,9 @@ module ApplicationHelper
def toggle_checkboxes_link(selector) def toggle_checkboxes_link(selector)
link_to_function '', link_to_function '',
"toggleCheckboxesBySelector('#{selector}')", "toggleCheckboxesBySelector('#{selector}')",
:title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}", :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}",
:class => 'icon icon-checked' :class => 'icon icon-checked'
end end
def progress_bar(pcts, options={}) def progress_bar(pcts, options={})