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
|
%h1
|
||||||
welcome,
|
Stream for
|
||||||
= current_user.profile.first_name
|
%u all groups
|
||||||
|
|
||||||
= render "shared/publisher", :group_ids => :all
|
= render "shared/publisher", :group_ids => :all
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue