summaryrefslogtreecommitdiffstats
path: root/app/views/groups/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/show.html.erb')
-rw-r--r--app/views/groups/show.html.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/groups/show.html.erb b/app/views/groups/show.html.erb
new file mode 100644
index 000000000..02927ebd8
--- /dev/null
+++ b/app/views/groups/show.html.erb
@@ -0,0 +1,7 @@
+<h2><%= link_to l(:label_group_plural), groups_path %> &#187; <%=h @group %></h2>
+
+<ul>
+<% @group.users.each do |user| %>
+ <li><%=h user %></li>
+<% end %>
+</ul>