From d87f330369d257dcac0b85fa846bc1d5eb9be16b Mon Sep 17 00:00:00 2001 From: danielvincent Date: Tue, 24 Aug 2010 19:46:57 -0700 Subject: [PATCH] added titles for columns in layout --- app/views/groups/index.html.haml | 6 +++--- app/views/groups/show.html.haml | 4 ++++ app/views/layouts/application.html.haml | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) 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