added titles for columns in layout

This commit is contained in:
danielvincent 2010-08-24 19:46:57 -07:00
parent f9dd462957
commit d87f330369
3 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,6 @@
%h1 %h1
welcome, Stream for
= current_user.profile.first_name %u all groups
= render "shared/publisher", :group_ids => :all = render "shared/publisher", :group_ids => :all

View file

@ -1,3 +1,7 @@
%h1
Stream for
%u= @group.name
= render "shared/publisher", :group_id => @group.id = render "shared/publisher", :group_id => @group.id
%ul#stream %ul#stream
- for post in @posts - for post in @posts

View file

@ -73,6 +73,7 @@
.container .container
.span-5.last .span-5.last
%h1 Friends
= render "shared/group_nav" = render "shared/group_nav"
.span-19.last .span-19.last