<%= _('Basic information')%> |
<%= display_field(_('Name:'), profile, :name) { |name| link_to name, profile.url } %>
|
<%= link_to _('Members') + " (%s)" % profile.members.count, :controller => 'profile', :action => 'members' %>
|
<% if profile.kind_of?(Enterprise) && !profile.environment.enabled?('disable_products_for_enterprises') %>
|
<%= link_to _('Products/Services'), :controller => 'catalog', :action => 'index' %>
|
<% end %>