added title to search page

This commit is contained in:
danielvincent 2010-08-19 13:41:48 -07:00
parent 35f6856380
commit 36b2445a11
2 changed files with 12 additions and 6 deletions

View file

@ -1,11 +1,11 @@
= form_for @user do |f|
%h1.big_text
.back
= link_to "⇧ home", root_path
Editing your profile
= form_for @user do |f|
= f.error_messages

View file

@ -1,3 +1,9 @@
%h1.big_text
.back
= link_to "⇧ home", root_path
Search
%p
=form_tag '/users', :method => "get" do
= text_field_tag :q