We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6f060 commit 83a0171Copy full SHA for 83a0171
app/views/daily_report/summary_for.html.erb
@@ -2,10 +2,7 @@ Hello there -
2
3
This is the daily report for <%= @date.to_s(:db) %>.
4
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 -%>
+<%= @todays_users.size %> users signed up today.
9
10
The following <%= @todays_groups.size %> projects were created today:
11
<% @todays_groups.each do |g| %>
0 commit comments