diff --git a/app/views/home/_for_domain.html.erb b/app/views/home/_for_domain.html.erb index 7b216135..d55b2aa1 100644 --- a/app/views/home/_for_domain.html.erb +++ b/app/views/home/_for_domain.html.erb @@ -1,6 +1,6 @@

<%= @domain.domain %>: - <%= "#{@domain.stories.count} story".pluralize(@domain.stories.count) %> from + <%= "#{@stories.count} story".pluralize(@stories.count) %> from <%= "#{@domain.n_submitters} submitter".pluralize(@domain.n_submitters) %> <%= link_to 'Edit', edit_domain_path(@domain) if @user.try(:is_admin?) %>