mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
added titles for columns in layout
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
%h1
|
||||
welcome,
|
||||
= current_user.profile.first_name
|
||||
%h1
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user