From 71ef54dbcc2ff03a3ba742af27245474866a48e6 Mon Sep 17 00:00:00 2001 From: Daniel Vincent Grippi Date: Tue, 14 Sep 2010 11:42:47 -0700 Subject: [PATCH] spelling mistake, broken links on search page --- app/views/people/index.html.haml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/people/index.html.haml b/app/views/people/index.html.haml index eff4b3459..6fa5d24a5 100644 --- a/app/views/people/index.html.haml +++ b/app/views/people/index.html.haml @@ -24,10 +24,9 @@ Search %p - =form_tag '/users', :method => "get" do + =form_tag '/people', :method => "get" do = text_field_tag :q = submit_tag "search" - = link_to "reset", users_path = (@people.count).to_s + search_or_index %table @@ -49,7 +48,7 @@ - elsif person.id == current_user.person.id %td - %td thats you! + %td that's you! -elsif current_user.pending_requests.find_by_person_id(person.id) %td %td ^-you have a friend request from this person