Skip to content

Commit

Permalink
[#1096] Removes member count from sidebar or org pages
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Nov 27, 2013
1 parent bd918a8 commit ac4d386
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ckan/templates/snippets/organization.html
Expand Up @@ -42,10 +42,6 @@ <h1 class="heading">{{ organization.title or organization.name }}</h1>
<dt>{{ _('Followers') }}</dt>
<dd>{{ h.SI_number_span(organization.num_followers) }}</dd>
</dl>
<dl>
<dt>{{ _('Members') }}</dt>
<dd>{{ h.SI_number_span(organization.members|length) }}</dd>
</dl>
<dl>
<dt>{{ _('Datasets') }}</dt>
<dd>{{ h.SI_number_span(organization.package_count) }}</dd>
Expand Down

1 comment on commit ac4d386

@rufuspollock
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm -1 on this - can we show true count?

Please sign in to comment.