diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 4189a775f..cab82f1b5 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -112,7 +112,7 @@ <%= link_to "Add an annotation", new_comment_url(:url_title => @info_request.url_title) %> (to help the requester or others) <br> - <%= link_to "Upload large response", upload_response_url(:url_title => @info_request.url_title) %> (FOI + <%= link_to "Respond to request", upload_response_url(:url_title => @info_request.url_title) %> (FOI officers only) </div> </div> |