moving things around for consistency. consistency isn't pretty right now.

This commit is contained in:
Daniel Vincent Grippi 2010-09-15 10:26:57 -07:00
parent 73dab4b3ef
commit a38a354065
2 changed files with 11 additions and 12 deletions

View file

@ -17,17 +17,17 @@
-#
%h1.big_text
.back
= link_to "⇧ home", root_path
- content_for :publish do
%h1
Search
%p
=form_tag '/people', :method => "get" do
= text_field_tag :q
= submit_tag "search"
- content_for :left_pane do
\.
= (@people.count).to_s + search_or_index
%table
%tr

View file

@ -17,15 +17,14 @@
-#
%h1.big_text
.back
= link_to "⇧ home", root_path
- content_for :publish do
%h1
Editing profile
Editing your profile
- content_for :left_pane do
\.
= form_for @user do |f|
= f.error_messages
= f.fields_for :profile do |p|