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|