spelling mistake, broken links on search page

This commit is contained in:
Daniel Vincent Grippi 2010-09-14 11:42:47 -07:00
parent 24cd518f11
commit 71ef54dbcc

View file

@ -24,10 +24,9 @@
Search Search
%p %p
=form_tag '/users', :method => "get" do =form_tag '/people', :method => "get" do
= text_field_tag :q = text_field_tag :q
= submit_tag "search" = submit_tag "search"
= link_to "reset", users_path
= (@people.count).to_s + search_or_index = (@people.count).to_s + search_or_index
%table %table
@ -49,7 +48,7 @@
- elsif person.id == current_user.person.id - elsif person.id == current_user.person.id
%td %td
%td thats you! %td that's you!
-elsif current_user.pending_requests.find_by_person_id(person.id) -elsif current_user.pending_requests.find_by_person_id(person.id)
%td %td
%td ^-you have a friend request from this person %td ^-you have a friend request from this person