Removing duplicate id in layout/application
This commit is contained in:
parent
06ff5923c5
commit
894f112b75
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
- else
|
||||
#global_search
|
||||
= form_tag(people_path, :method => 'get', :id => "global_search") do
|
||||
= form_tag(people_path, :method => 'get', :id => "global_search_form") do
|
||||
= text_field_tag 'q', nil, :placeholder => t('search'), :type => 'search', :results => 5
|
||||
|
||||
%ul#user_menu
|
||||
|
|
|
|||
Loading…
Reference in a new issue