diff options
Diffstat (limited to 'app/views/groups/show.html.erb')
-rw-r--r-- | app/views/groups/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.erb b/app/views/groups/show.html.erb index 001bfe8ad..9cb6363f5 100644 --- a/app/views/groups/show.html.erb +++ b/app/views/groups/show.html.erb @@ -15,7 +15,7 @@ <h3><%= l(:label_member_plural) %></h3> <ul> <% @group.users.visible.each do |user| %> - <li><%= user %></li> + <li><%= link_to_user(user) %></li> <% end %> </ul> <% html_title @group.name %> |