mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-05 07:01:30 +00:00
cleanup: rubocop: fix Layout/AlignArguments in app/helpers/members_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18992 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d40ed8bfa1
commit
93d117e7fb
@ -23,12 +23,13 @@ module MembersHelper
|
||||
principal_count = scope.count
|
||||
principal_pages = Redmine::Pagination::Paginator.new principal_count, limit, params['page']
|
||||
principals = scope.offset(principal_pages.offset).limit(principal_pages.per_page).to_a
|
||||
|
||||
s = content_tag('div',
|
||||
content_tag('div', principals_check_box_tags('membership[user_ids][]', principals), :id => 'principals'),
|
||||
:class => 'objects-selection'
|
||||
s = content_tag(
|
||||
'div',
|
||||
content_tag(
|
||||
'div',
|
||||
principals_check_box_tags('membership[user_ids][]', principals), :id => 'principals'),
|
||||
:class => 'objects-selection'
|
||||
)
|
||||
|
||||
links =
|
||||
pagination_links_full(principal_pages,
|
||||
principal_count,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user