diff --git a/app/views/posts/partials/show/_favorite_groups.html.erb b/app/views/posts/partials/show/_favorite_groups.html.erb index 581df4169..59b33675d 100644 --- a/app/views/posts/partials/show/_favorite_groups.html.erb +++ b/app/views/posts/partials/show/_favorite_groups.html.erb @@ -11,7 +11,7 @@ <% end %> - <%= link_to("Favorite group: #{favgroup.name}", favorite_group_path(favgroup)) %> + <%= link_to("Favorite group: #{favgroup.pretty_name}", favorite_group_path(favgroup)) %> <% if favgroup.neighbors(post).next %>