From 05bdaad3992134f7c0ce6913303bf181af84ea53 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 10 Jul 2018 07:02:41 +0000 Subject: [PATCH] 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 --- app/views/groups/show.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/views/groups/show.html.erb b/app/views/groups/show.html.erb index b10427bf9..4f413afe8 100644 --- a/app/views/groups/show.html.erb +++ b/app/views/groups/show.html.erb @@ -1,5 +1,14 @@ <%= title [l(:label_group_plural), groups_path], @group.name %> +<% if @group.custom_field_values.any? %> + +<% end %> + +

<%= l(:label_member_plural) %>