linked group titles on group pages
This commit is contained in:
parent
90ce31173a
commit
8497586547
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%h1
|
||||
Stream for
|
||||
%u all groups
|
||||
= link_to "all groups", root_path
|
||||
|
||||
= render "shared/publisher", :group_ids => :all
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
%h1
|
||||
Stream for
|
||||
%u= @group.name
|
||||
= link_to @group.name, @group
|
||||
|
||||
= render "shared/publisher", :group_id => @group.id
|
||||
%ul#stream
|
||||
|
|
|
|||
Loading…
Reference in a new issue