diff --git a/app/views/profile/_organization.rhtml b/app/views/profile/_organization.rhtml
index 164cc61..63fdf22 100644
--- a/app/views/profile/_organization.rhtml
+++ b/app/views/profile/_organization.rhtml
@@ -3,13 +3,15 @@
<%= display_field(_('Name:'), profile, :name) { |name| link_to name, profile.url } %>
-
- <%= link_to _('Members'), :controller => 'profile', :action => 'members' %>
+ | |
+
+ <%= 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' %>
|
--
libgit2 0.21.2