diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-22 14:29:47 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-22 14:29:47 +1100 |
commit | adac483b0f8133c8d9623dba24b6c52f1cc0f8a9 (patch) | |
tree | 967ca385030d2520cacd46f654d2459b251d0707 | |
parent | 06c1d5844c7da1f03acb930afe29f6c7221c62ba (diff) |
For reporting a request link to the new form
-rw-r--r-- | app/views/request/_sidebar.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_sidebar.html.erb b/app/views/request/_sidebar.html.erb index 80536da3e..5ee1d9333 100644 --- a/app/views/request/_sidebar.html.erb +++ b/app/views/request/_sidebar.html.erb @@ -25,7 +25,7 @@ <% else %> <p><%= _('Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href="/help/about">read more</a>).') %></p> <p><%= _('If you believe this request is not suitable, you can report it for attention by the site administrators') %></p> - <%= button_to _("Report this request"), report_path(:url_title => @info_request.url_title), :class => "link_button_green" %> + <%= link_to _("Report this request"), new_report_request_path(:url_title => @info_request.url_title) %> <% end %> <% end %> <h2><%= _("Act on what you've learnt") %></h2> |