added title to search page
This commit is contained in:
parent
35f6856380
commit
36b2445a11
2 changed files with 12 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
|
%h1.big_text
|
||||||
|
.back
|
||||||
|
= link_to "⇧ home", root_path
|
||||||
|
|
||||||
|
Editing your profile
|
||||||
|
|
||||||
= form_for @user do |f|
|
= form_for @user do |f|
|
||||||
|
|
||||||
%h1.big_text
|
|
||||||
.back
|
|
||||||
= link_to "⇧ home", root_path
|
|
||||||
|
|
||||||
Editing your profile
|
|
||||||
|
|
||||||
|
|
||||||
= f.error_messages
|
= f.error_messages
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
%h1.big_text
|
||||||
|
.back
|
||||||
|
= link_to "⇧ home", root_path
|
||||||
|
|
||||||
|
Search
|
||||||
|
|
||||||
%p
|
%p
|
||||||
=form_tag '/users', :method => "get" do
|
=form_tag '/users', :method => "get" do
|
||||||
= text_field_tag :q
|
= text_field_tag :q
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue