diff options
-rw-r--r-- | app/views/contact_mailer/user_message.rhtml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/app/views/contact_mailer/user_message.rhtml b/app/views/contact_mailer/user_message.rhtml index 9db6d9576..436b73d1e 100644 --- a/app/views/contact_mailer/user_message.rhtml +++ b/app/views/contact_mailer/user_message.rhtml @@ -1,14 +1,12 @@ -Hi <%=@recipient_user.name%>, - +--------------------------------------------------------------------- <%=@from_user.name%> has used WhatDoTheyKnow to send you the message below. Your details have not been given to anyone, unless you choose to reply to this message, which will then go directly to the person who wrote the message. - -You might like to see the Freedom of Information requests that -<%=@from_user.name %> has made: <%= @from_user_url %> - --- the WhatDoTheyKnow team - --------------------------------------------------------------------- <%= @message.strip %> + +--------------------------------------------------------------------- +View Freedom of Information requests made by <%=@from_user.name %>: +<%= @from_user_url %> +--------------------------------------------------------------------- |