mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-23 08:51:13 +00: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:
parent
a54f13888b
commit
c82ce3e20c
@ -1426,9 +1426,9 @@ module ApplicationHelper
|
||||
|
||||
def toggle_checkboxes_link(selector)
|
||||
link_to_function '',
|
||||
"toggleCheckboxesBySelector('#{selector}')",
|
||||
:title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}",
|
||||
:class => 'icon icon-checked'
|
||||
"toggleCheckboxesBySelector('#{selector}')",
|
||||
:title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}",
|
||||
:class => 'icon icon-checked'
|
||||
end
|
||||
|
||||
def progress_bar(pcts, options={})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user