diff options
author | Martin Wright <martin@mysociety.org> | 2015-02-06 17:29:02 +0000 |
---|---|---|
committer | Martin Wright <martin@mysociety.org> | 2015-02-06 17:29:02 +0000 |
commit | cd1786ab79df6e1e9f23a2482c2d64ded872aa1b (patch) | |
tree | 354ed3ed1cdf9daf98c9261d2772ab302fe6c486 | |
parent | 206ccc8e55c1891cc9213e9da4d3f400528107aa (diff) |
remove link to non-existent functionality on final screen request screen
-rw-r--r-- | app/views/request/_request_sent.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/request/_request_sent.html.erb b/app/views/request/_request_sent.html.erb index 70fa18712..3525ba2be 100644 --- a/app/views/request/_request_sent.html.erb +++ b/app/views/request/_request_sent.html.erb @@ -48,10 +48,6 @@ <h2><%= _("What next?") %></h2> <ul class="what-next__list"> <li> - <a href="#"><%= _("Change how you'd like to be notified of changes " \ - "to your request") %></a> - </li> - <li> <%= link_to _("View other requests to {{public_body}}", :public_body => @info_request.public_body.name), public_body_path(@info_request.public_body) %> </li> <li> |