mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +01:00
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:
@@ -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={})
|
||||||
|
|||||||
Reference in New Issue
Block a user