From a38a3540652509b5677c9d90ad60540059d7b930 Mon Sep 17 00:00:00 2001 From: Daniel Vincent Grippi Date: Wed, 15 Sep 2010 10:26:57 -0700 Subject: [PATCH] moving things around for consistency. consistency isn't pretty right now. --- app/views/people/index.html.haml | 12 ++++++------ app/views/users/edit.html.haml | 11 +++++------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/app/views/people/index.html.haml b/app/views/people/index.html.haml index 6fa5d24a5..9ce01e1fe 100644 --- a/app/views/people/index.html.haml +++ b/app/views/people/index.html.haml @@ -17,17 +17,17 @@ -# -%h1.big_text - .back - = link_to "⇧ home", root_path +- content_for :publish do + %h1 + Search - 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 diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index 08a89abbb..5b11533e4 100644 --- a/app/views/users/edit.html.haml +++ b/app/views/users/edit.html.haml @@ -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|