diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-28 14:45:30 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-28 14:45:30 +0100 |
commit | e319d6c89acfad45f443a1a66c2b1bcf2672731c (patch) | |
tree | 81fa3f7cd88759e19fb7306698b674a8aace0c1b /app/views/admin_request/hidden_user_explanation.rhtml | |
parent | c81ab0b1982107f1c5e4793e6e903975c867b928 (diff) | |
parent | 084cc18aa872b3cd1cbc8c38d34dc17341472391 (diff) |
Merge branch 'feature/easy-request-hiding-for-admin' into develop
Diffstat (limited to 'app/views/admin_request/hidden_user_explanation.rhtml')
-rw-r--r-- | app/views/admin_request/hidden_user_explanation.rhtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/admin_request/hidden_user_explanation.rhtml b/app/views/admin_request/hidden_user_explanation.rhtml new file mode 100644 index 000000000..aaea49fb6 --- /dev/null +++ b/app/views/admin_request/hidden_user_explanation.rhtml @@ -0,0 +1,9 @@ +Dear <%= name_to %>, + +Your request '<%= info_request.title %>' at <%= info_request_url %> has been reviewed by moderators. + +We consider it <% if reason == 'not_foi' %>is not a valid FOI request<% else %>to be vexatious<% end%>, and have therefore hidden it from other users. Please reply to this email if you would like to discuss this decision further. + +Yours, + +The <%= site_name %> team. |