Skip to content

Commit

Permalink
[webui] Provide links to user's group memberships.
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Nov 23, 2012
1 parent 0693537 commit 41a6368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<h4>Groups Memberships</h4>
<ul>
<% @displayed_user.groups.each do |group| %>
<li><%= group %> </li>
<li><%= link_to group, group_path(group) %></li>
<% end %>
</ul>
<% end %>
Expand Down

0 comments on commit 41a6368

Please sign in to comment.