<%= _('Basic information')%> |
<%= _('Members') %> |
<%= link_to profile.members_count, :controller => 'profile', :action => 'members' %>
|
<%= display_field(_('Type:'), profile, :privacy_setting, true) %>
<%= display_field(_('Location:'), profile, :location, true) %>
<%= _('Created at:') %> |
<%= show_date(profile.created_at) %> |
<% if profile.kind_of?(Enterprise) && !profile.environment.enabled?('disable_products_for_enterprises') %>
|
<%= link_to _('Products/Services'), :controller => 'catalog', :action => 'index' %>
|
<% end %>
<%= _('Administrators:') %> |
<%= profile.admins.map { |admin| link_to(admin.short_name, admin.url)}.join(', ') %>
|
<%= render :partial => 'common' %>