diff options
author | francis <francis> | 2008-01-02 16:13:19 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-02 16:13:19 +0000 |
commit | 380bed84e35d428451b286657f42fd86d8ad8d2b (patch) | |
tree | 16a14cc03ae1cba162493305c3a4c02e51c84edf | |
parent | 90d42a368b383b8d8a2615fc1c356c24c90e0272 (diff) |
Show correct date of event, rather than last sent date.
-rw-r--r-- | app/views/request/_correspondence.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_correspondence.rhtml b/app/views/request/_correspondence.rhtml index 8c2fa5394..50cf39d86 100644 --- a/app/views/request/_correspondence.rhtml +++ b/app/views/request/_correspondence.rhtml @@ -35,7 +35,7 @@ sent the initial request <% if outgoing_message.status == 'sent' %> to <%= public_body_link(@info_request.public_body) %> - on <strong><%= simple_date(outgoing_message.sent_at) %></strong> + on <strong><%= simple_date(info_request_event.sent_at) %></strong> <% elsif outgoing_message.status == 'ready' %> it has <strong>not yet been sent</strong> <% else raise "unknown outgoing_message.status" %> |