diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-28 14:54:40 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-28 14:54:40 +0000 |
commit | 977a64714146fe4fb1c62d746b3845e7b92e5841 (patch) | |
tree | 946b66e0710749c351d429b25bca1eea296b6934 | |
parent | 3617a48ff3f7b1fc9fb4808f0556c46dfb8dd4d2 (diff) |
Correct help unhappy path.
-rw-r--r-- | app/views/help/requesting.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/requesting.rhtml b/app/views/help/requesting.rhtml index 98ec19103..e7cfdd199 100644 --- a/app/views/help/requesting.rhtml +++ b/app/views/help/requesting.rhtml @@ -164,13 +164,13 @@ </li> <li>If you're still having no luck, then you can ask for an internal review, and then complain to the Information Commissioner about the authority. - Read our page '<a href="<%= help_unhappy_path %>">Unhappy about the response you got?</a>'. + Read our page '<a href="<%= help_general_path(:action => 'unhappy') %>">Unhappy about the response you got?</a>'. </ul> </dd> <dt id="not_satifised">What if I'm not satisfied with the response? <a href="#not_satifised">#</a> </dt> <dd>If you didn't get the information you asked for, or you didn't get it in time, - then read our page '<a href="<%= help_unhappy_path %>">Unhappy about the response you got?</a>'. + then read our page '<a href="<%= help_general_path(:action => 'unhappy') %>">Unhappy about the response you got?</a>'. </dd> <dt id="reuse">It says I can't re-use the information I got!<a href="#reuse">#</a> </dt> |