Skip to content

Commit 83a0171

Browse files
author
Tom Copeland
committed
No need to list all the new users, just get a count
1 parent 1c6f060 commit 83a0171

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: app/views/daily_report/summary_for.html.erb

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ Hello there -
22

33
This is the daily report for <%= @date.to_s(:db) %>.
44

5-
The following <%= @todays_users.size %> users signed up today:
6-
<% @todays_users.each do |u| -%>
7-
<%= u.realname -%> (<%= u.user_name -%>, <%= u.email -%>)
8-
<% end -%>
5+
<%= @todays_users.size %> users signed up today.
96

107
The following <%= @todays_groups.size %> projects were created today:
118
<% @todays_groups.each do |g| %>

0 commit comments

Comments
 (0)