diff options
Diffstat (limited to 'app/views/request/index.rhtml')
-rw-r--r-- | app/views/request/index.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/index.rhtml b/app/views/request/index.rhtml index 3c61ce179..950ecd8e9 100644 --- a/app/views/request/index.rhtml +++ b/app/views/request/index.rhtml @@ -9,7 +9,7 @@ Request to <%=h @info_request.public_body.name%> <p> Created by <%= link_to h(@info_request.user.name), :controller => 'user', :action => 'index', :name => @info_request.user.name %> -on <%= @info_request.created_at %> +on <%= simple_date(@info_request.created_at) %> </p> |