##// END OF EJS Templates
User detail : show user login to admins (#17354)....
Jean-Philippe Lang -
r13381:8ac68457f5eb
parent child
Show More
@@ -6,6 +6,9
6 6
7 7 <div class="splitcontentleft">
8 8 <ul>
9 <% if User.current.admin? %>
10 <li><%=l(:field_login)%>: <%= @user.login %></li>
11 <% end %>
9 12 <% unless @user.pref.hide_mail %>
10 13 <li><%=l(:field_mail)%>: <%= mail_to(h(@user.mail), nil, :encode => 'javascript') %></li>
11 14 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now