diff --git a/app/views/groups/index.html.haml b/app/views/groups/index.html.haml
index 2f32555f4..29d531fe3 100644
--- a/app/views/groups/index.html.haml
+++ b/app/views/groups/index.html.haml
@@ -1,6 +1,6 @@
-%h1
- welcome,
- = current_user.profile.first_name
+%h1
+ Stream for
+ %u all groups
= render "shared/publisher", :group_ids => :all
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 73f799c72..cf3f46f23 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -1,3 +1,7 @@
+%h1
+ Stream for
+ %u= @group.name
+
= render "shared/publisher", :group_id => @group.id
%ul#stream
- for post in @posts
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index ac3e31f20..2b310ab86 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -73,6 +73,7 @@
.container
.span-5.last
+ %h1 Friends
= render "shared/group_nav"
.span-19.last