mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-21 16:01:14 +00:00
use "do end" instead of {} at MembersHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20281 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
472e953f5e
commit
4e1716b35f
@ -36,7 +36,7 @@ module MembersHelper
|
|||||||
links =
|
links =
|
||||||
pagination_links_full(principal_pages,
|
pagination_links_full(principal_pages,
|
||||||
principal_count,
|
principal_count,
|
||||||
:per_page_links => false) {|text, parameters, options|
|
:per_page_links => false) do |text, parameters, options|
|
||||||
link_to(
|
link_to(
|
||||||
text,
|
text,
|
||||||
autocomplete_project_memberships_path(
|
autocomplete_project_memberships_path(
|
||||||
@ -44,7 +44,7 @@ module MembersHelper
|
|||||||
parameters.merge(:q => params[:q], :format => 'js')
|
parameters.merge(:q => params[:q], :format => 'js')
|
||||||
),
|
),
|
||||||
:remote => true)
|
:remote => true)
|
||||||
}
|
end
|
||||||
s + content_tag('span', links, :class => 'pagination')
|
s + content_tag('span', links, :class => 'pagination')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user