diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-12 16:37:51 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-12 16:37:51 +0100 |
commit | 60be7910838de627671226eb6013a2cfec8166df (patch) | |
tree | 4da7f42bdfec4d5c92d9bfb883cf2ebb40893b01 | |
parent | fd3763c2a20af24428307a0dd1936d927ed323e2 (diff) |
Allow explanation of why postal correspondence isn't a good idea to be overridden in the local theme. Fixes #132.
-rw-r--r-- | app/views/help/_why_they_should_reply_by_email.rhtml | 3 | ||||
-rw-r--r-- | app/views/request/show_response.rhtml | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app/views/help/_why_they_should_reply_by_email.rhtml b/app/views/help/_why_they_should_reply_by_email.rhtml new file mode 100644 index 000000000..faaa2b2e2 --- /dev/null +++ b/app/views/help/_why_they_should_reply_by_email.rhtml @@ -0,0 +1,3 @@ +The law, the Ministry of Justice and the Information Commissioner all say that an email is sufficient (<a href="<%= help_page_url %>#full_address">more details</a>). + +At the bottom of this page, write a reply to the authority explaining this to them. diff --git a/app/views/request/show_response.rhtml b/app/views/request/show_response.rhtml index 40c3b3d5b..d8647d1ec 100644 --- a/app/views/request/show_response.rhtml +++ b/app/views/request/show_response.rhtml @@ -19,9 +19,7 @@ address</strong>, not just an email, for it to be a valid FOI request') %> </dt> <dd> - <%= _('The law, the Ministry of Justice and the Information Commissioner - all say that an email is sufficient (<a href="%s">more details</a>). - At the bottom of this page, write a reply to the authority explaining this to them.') % [help_privacy_path + '#full_address'] %> + <%= render :partial => 'help/why_they_should_reply_by_email', :locals => {:help_page_url => help_privacy_path } %> </dd> <dt> |