linked group titles on group pages

This commit is contained in:
danielvincent 2010-08-25 10:09:39 -07:00
parent 90ce31173a
commit 8497586547
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
%h1
Stream for
%u all groups
= link_to "all groups", root_path
= render "shared/publisher", :group_ids => :all

View file

@ -1,6 +1,6 @@
%h1
Stream for
%u= @group.name
= link_to @group.name, @group
= render "shared/publisher", :group_id => @group.id
%ul#stream