diff options
-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" %> |