diff options
author | Go MAEDA <maeda@farend.jp> | 2019-03-09 15:22:30 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-03-09 15:22:30 +0000 |
commit | 24af62b16c4f3fecdd800eefe978125e2ca7b647 (patch) | |
tree | 0cbbb138f787baafe13ef7722007c603eddc0db3 /app | |
parent | 5a1b03eeafe527e9247754c50707daa521339d4a (diff) | |
download | redmine-24af62b16c4f3fecdd800eefe978125e2ca7b647.tar.gz redmine-24af62b16c4f3fecdd800eefe978125e2ca7b647.zip |
Merged r17935 from trunk to 4.0-stable (#30985).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17936 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/users/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 84e95ead5..9bae07166 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -14,7 +14,7 @@ <% end %> <% @user.visible_custom_field_values.each do |custom_value| %> <% if !custom_value.value.blank? %> - <li><%= custom_value.custom_field.name %>: <%= show_value(custom_value) %></li> + <li class="cf_<%= custom_value.custom_field.id %>"><%= custom_value.custom_field.name %>: <%= show_value(custom_value) %></li> <% end %> <% end %> <li><%=l(:label_registered_on)%>: <%= format_date(@user.created_on) %></li> |