Sha256: c7ea46a317a46ba7fe743b2b7e15fc6c1d2d56fe3f2b33a525006d9e28af84d1

Contents?: true

Size: 516 Bytes

Versions: 1

Compression:

Stored size: 516 Bytes

Contents

- content_for :breadcrumbs do
  = breadcrumbs(Peoplefinder::Home.path + ['Search results'])

#search_results
  %h1.noborder Search results
  .search-hint Select a person's name to view more details, or you can view their team if desired.
  .pagination= pluralize(@people.length, "result") + ' found'

  = render partial: 'peoplefinder/people/person', collection: @people, locals: { edit_link: false }

  .add-new-person
    Can't find the person you're looking for? Why not
    = link_to 'add them', new_person_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
peoplefinder-0.0.2 app/views/peoplefinder/search/index.html.haml