2012-09-25 21:50:40 +01:00
|
|
|
-content_for :sidebar do
|
2012-09-27 18:21:10 +01:00
|
|
|
=form_tag project_pull_requests_path(@project), :id => 'filter_pull_requests', :method => :get, :class => 'ajax_search_form' do
|
|
|
|
.bordered.bpadding20
|
2013-03-19 15:30:50 +00:00
|
|
|
- search = params[:search_pull_request].present? ? params[:search_pull_request] : t('layout.pull_requests.search')
|
|
|
|
=tracker_search_field(:search_pull_request, search)
|