Sha256: 8121a0fb2c073e5246e510f26040bc1fc0f8ce27a96ee3c63d4d161619cc4156

Contents?: true

Size: 297 Bytes

Versions: 2

Compression:

Stored size: 297 Bytes

Contents

= form_tag '/search', method: :get, class: 'search-box' do
  %label.visuallyhidden{ for: :query } Enter the name of a person or role
  = text_field_tag :query, params[:query], placeholder: 'Search by name or job title', class: 'form-control'
  = submit_tag 'Submit search', class: 'submit-button'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
peoplefinder-0.1.1 app/views/peoplefinder/shared/_search.html.haml
peoplefinder-0.1.0 app/views/peoplefinder/shared/_search.html.haml