added titles for columns in layout
This commit is contained in:
parent
f9dd462957
commit
d87f330369
3 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%h1
|
||||
welcome,
|
||||
= current_user.profile.first_name
|
||||
Stream for
|
||||
%u all groups
|
||||
|
||||
= render "shared/publisher", :group_ids => :all
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
%h1
|
||||
Stream for
|
||||
%u= @group.name
|
||||
|
||||
= render "shared/publisher", :group_id => @group.id
|
||||
%ul#stream
|
||||
- for post in @posts
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@
|
|||
|
||||
.container
|
||||
.span-5.last
|
||||
%h1 Friends
|
||||
= render "shared/group_nav"
|
||||
|
||||
.span-19.last
|
||||
|
|
|
|||
Loading…
Reference in a new issue