From c92c9bfc67b493ffe978a1dc460de918e624a22d Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sat, 23 Sep 2017 13:47:34 -0700 Subject: [PATCH] + Fixed the Group Finder block to link to detail page correctly (Fixes #2172) --- RockWeb/Blocks/Groups/GroupFinder.ascx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RockWeb/Blocks/Groups/GroupFinder.ascx.cs b/RockWeb/Blocks/Groups/GroupFinder.ascx.cs index b3746d659ac..c103e7ff1e9 100644 --- a/RockWeb/Blocks/Groups/GroupFinder.ascx.cs +++ b/RockWeb/Blocks/Groups/GroupFinder.ascx.cs @@ -84,7 +84,7 @@ namespace RockWeb.Blocks.Groups {% if LinkedPages.GroupDetailPage and LinkedPages.GroupDetailPage != '' %} - View {{ Group.GroupType.GroupTerm }} + View {{ Group.GroupType.GroupTerm }} {% endif %} {% if LinkedPages.RegisterPage and LinkedPages.RegisterPage != '' %}