Skip to content

Commit

Permalink
+ Fixed the Group Finder block to link to detail page correctly (Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjohnson authored and azturner committed Sep 23, 2017
1 parent 8c8db1a commit c92c9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RockWeb/Blocks/Groups/GroupFinder.ascx.cs
Expand Up @@ -84,7 +84,7 @@ namespace RockWeb.Blocks.Groups
</div>
{% if LinkedPages.GroupDetailPage and LinkedPages.GroupDetailPage != '' %}
<a class='btn btn-xs btn-action margin-r-sm' href='|{{ LinkedPages.GroupDetailPage }}|?GroupId={{ Group.Id }}'>View {{ Group.GroupType.GroupTerm }}</a>
<a class='btn btn-xs btn-action margin-r-sm' href='{{ LinkedPages.GroupDetailPage }}?GroupId={{ Group.Id }}'>View {{ Group.GroupType.GroupTerm }}</a>
{% endif %}
{% if LinkedPages.RegisterPage and LinkedPages.RegisterPage != '' %}
Expand Down

0 comments on commit c92c9bf

Please sign in to comment.