Sha256: cac77401320187c3e5f52b66bfadbee5317b7c97fdab835581152b19c96ee8df
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 Bytes
Contents
- content_for :breadcrumbs do = breadcrumbs(Peoplefinder::Home.path + ['Search results']) #search_results %h1.noborder= @page_title = '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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
peoplefinder-0.1.1 | app/views/peoplefinder/search/index.html.haml |
peoplefinder-0.1.0 | app/views/peoplefinder/search/index.html.haml |