Преглед изворни кода

fix source indent of MembersHelper

git-svn-id: http://svn.redmine.org/redmine/trunk@20085 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA пре 3 година
родитељ
комит
70e470fd9b
1 измењених фајлова са 9 додато и 6 уклоњено
  1. 9
    6
      app/helpers/members_helper.rb

+ 9
- 6
app/helpers/members_helper.rb Прегледај датотеку

@@ -23,13 +23,16 @@ 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(
s =
content_tag(
'div',
content_tag(
'div',
content_tag(
'div',
principals_check_box_tags('membership[user_ids][]', principals), :id => 'principals'),
:class => 'objects-selection'
)
principals_check_box_tags('membership[user_ids][]', principals),
:id => 'principals'
),
:class => 'objects-selection'
)
links =
pagination_links_full(principal_pages,
principal_count,

Loading…
Откажи
Сачувај