Sha256: 375bfe66621eb7ef6b7dea308264a8532bb87033830d646623b3cf75cab117e0

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 Bytes

Contents

= form_tag search_path, :method => 'get', :class => "navbar-form navbar-search", role: 'search' do
  = search_field_tag :query, params[ :query ], :class => "search-query form-control", :placeholder => I18n.t(:find), :title => t(:type_query_and_press_enter), data: {placement: 'bottom', preview_url: search_preview_path(format: 'json')}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/shared/_search_box.html.haml
your_platform-1.0.0 app/views/shared/_search_box.html.haml
your_platform-0.0.2 app/views/shared/_search_box.html.haml