aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-04-07 11:46:59 +0000
committerfrancis <francis>2008-04-07 11:46:59 +0000
commitc7d6f413e61379f6843f2e6b2c705a805e5c4791 (patch)
tree275b317fe681393bbfe41e7fe65bb451806baaac
parent317ac76256bafa6f4f27918da56c5d1b1abdafbc (diff)
Less top heavy text on user message template
-rw-r--r--app/views/contact_mailer/user_message.rhtml14
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 %>
+---------------------------------------------------------------------