From 9956b967f0e59a1e184e9f462c48ddea65834852 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 7 Jan 2015 10:27:08 +1100 Subject: [PATCH] Fixing link to group's page --- app/views/groups/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/groups/index.html.haml b/app/views/groups/index.html.haml index b085bb446e..d9297d7202 100644 --- a/app/views/groups/index.html.haml +++ b/app/views/groups/index.html.haml @@ -20,7 +20,7 @@ id: "group{{group.id}}"} .row.pad-top{bindonce: true} .small-6.columns - %a{"ng-href" => "group/{{group.id}}"} + %a{"ng-href" => "groups/{{group.id}}"} %i.ofn-i_035-groups {{ group.name }} .small-6.columns