Project

General

Profile

Patch #29189 » 29189.patch

Go MAEDA, 2018-07-05 14:30

View differences:

app/views/groups/show.html.erb
1 1
<%= title [l(:label_group_plural), groups_path], @group.name %>
2 2

  
3
<% if @group.custom_field_values.any? %>
4
  <ul>
5
    <% render_custom_field_values(@group) do |custom_field, formatted| %>
6
      <li><span class="label"><%= custom_field.name %>:</span> <%= formatted %></li>
7
    <% end %>
8
  </ul>
9
<% end %>
10

  
11
<h3><%= l(:label_member_plural) %></h3>
3 12
<ul>
4 13
<% @group.users.each do |user| %>
5 14
    <li><%= user %></li>
(3-3/4)