diff --git a/app/views/users/_users_list.html.erb b/app/views/users/_users_list.html.erb index 8b219aa..476a65b 100644 --- a/app/views/users/_users_list.html.erb +++ b/app/views/users/_users_list.html.erb @@ -11,11 +11,13 @@ <%= _('Member') %> + <%= _('Email') %> <%= _('Actions') %> <% @collection.each do |p| %> <%= link_to_profile p.short_name, p.identifier, :title => p.name %> + <%= link_to_profile p.email, p.identifier, :title => p.email %>
<% if p.is_admin? %> -- libgit2 0.21.2