diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-10 11:36:03 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-10 11:36:03 +0100 |
commit | 5cd44f855adbd65996669f53ba0ecfde253af1da (patch) | |
tree | ad2b168e86cab49aedbb6a97ab2c9bf6a0cbd1b1 | |
parent | 06e25f0e900cd1780a4b1446c67b8dc45b36176f (diff) |
Say that it is only in last month these are recorded for.
-rw-r--r-- | app/views/admin_track/_some_tracks.rhtml | 2 | ||||
-rw-r--r-- | app/views/admin_track/list.rhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin_track/_some_tracks.rhtml b/app/views/admin_track/_some_tracks.rhtml index 8aaae7048..72ee5fd95 100644 --- a/app/views/admin_track/_some_tracks.rhtml +++ b/app/views/admin_track/_some_tracks.rhtml @@ -5,7 +5,7 @@ <% for column in TrackThing.content_columns %> <th><%= column.human_name %></th> <% end %> - <th>Items sent by email</th> + <th>Items sent by email (in last month)</th> <th>Actions</th> </tr> diff --git a/app/views/admin_track/list.rhtml b/app/views/admin_track/list.rhtml index 1d076edf5..58c87ddba 100644 --- a/app/views/admin_track/list.rhtml +++ b/app/views/admin_track/list.rhtml @@ -16,7 +16,7 @@ <% for column in TrackThing.content_columns %> <th><%= column.human_name %></th> <% end %> - <th>Items sent by email</th> + <th>Items sent by email (in last month)</th> </tr> <% for track_thing in @admin_tracks %> |