From 84975865470a0c70ed902fca75f88cbcefdf17e2 Mon Sep 17 00:00:00 2001 From: danielvincent Date: Wed, 25 Aug 2010 10:09:39 -0700 Subject: [PATCH] linked group titles on group pages --- app/views/groups/index.html.haml | 2 +- app/views/groups/show.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/groups/index.html.haml b/app/views/groups/index.html.haml index 29d531fe3..4c0997b15 100644 --- a/app/views/groups/index.html.haml +++ b/app/views/groups/index.html.haml @@ -1,6 +1,6 @@ %h1 Stream for - %u all groups + = link_to "all groups", root_path = render "shared/publisher", :group_ids => :all diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index cf3f46f23..30d602e0c 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -1,6 +1,6 @@ %h1 Stream for - %u= @group.name + = link_to @group.name, @group = render "shared/publisher", :group_id => @group.id %ul#stream