mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-30 12:19:38 +00:00
Display custom fields on group pages (#29189).
Contributed by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17441 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
12b37ae754
commit
05bdaad399
@ -1,5 +1,14 @@
|
||||
<%= title [l(:label_group_plural), groups_path], @group.name %>
|
||||
|
||||
<% if @group.custom_field_values.any? %>
|
||||
<ul>
|
||||
<% render_custom_field_values(@group) do |custom_field, formatted| %>
|
||||
<li><span class="label"><%= custom_field.name %>:</span> <%= formatted %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
<h3><%= l(:label_member_plural) %></h3>
|
||||
<ul>
|
||||
<% @group.users.each do |user| %>
|
||||
<li><%= user %></li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user