aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/contact_mailer/message.rhtml3
-rw-r--r--app/views/request/show_response.rhtml1
2 files changed, 3 insertions, 1 deletions
diff --git a/app/views/contact_mailer/message.rhtml b/app/views/contact_mailer/message.rhtml
index b5a54b4d3..54303cdd5 100644
--- a/app/views/contact_mailer/message.rhtml
+++ b/app/views/contact_mailer/message.rhtml
@@ -1,5 +1,6 @@
<%= @message.strip %>
---------------------------------------------------------------------
-Message sent using WhatDoTheyKnow contact form, <%= @request_details %>
+Message sent using WhatDoTheyKnow contact form,
+<%=(@logged_in_user ? ("logged in as user " + main_url(user_url(@logged_in_user))) : "not logged in")%>
---------------------------------------------------------------------
diff --git a/app/views/request/show_response.rhtml b/app/views/request/show_response.rhtml
index e8f99fc4e..25b9e6470 100644
--- a/app/views/request/show_response.rhtml
+++ b/app/views/request/show_response.rhtml
@@ -39,6 +39,7 @@
To do that please send a private email to <%=h(@postal_email_name)%>
&lt;<%=link_to h(@postal_email), "mailto:" + @postal_email%>&gt;
containing your postal address, and asking them to reply to this request.
+ Or you could phone them.
</dd>
</dl>