Skip to content

Commit

Permalink
Fix broken unhappy link
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jan 9, 2024
1 parent 1871113 commit 488b726
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/views/help/unhappy.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@
<details>
<summary>
<% if @info_request %>
<% path = new_request_followup_url(request_id: @info_request.id) +
"?internal_review=1#followup" %>

Choose <%= link_to "request an internal review", path %> and then write a
Choose <%= link_to "request an internal review", new_request_followup_url(
@info_request.url_title, anchor: 'followup', internal_review: 1
) %> and then write a
message asking the authority to review your request.
<% else %>
At the bottom of the relevant request page on WhatDoTheyKnow choose
Expand Down

0 comments on commit 488b726

Please sign in to comment.