Skip to content

Commit

Permalink
Use the request_url helper to construct the link to the request page
Browse files Browse the repository at this point in the history
  • Loading branch information
lizconlan committed Aug 31, 2018
1 parent 04e3031 commit 36eedf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/services_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def hidden_user_explanation
name_to: info_request.user_name.html_safe,
info_request: info_request,
reason: params[:reason],
info_request_url: 'http://' + AlaveteliConfiguration.domain + request_path(info_request),
info_request_url: request_url(info_request),
site_name: site_name.html_safe }
end

Expand Down

0 comments on commit 36eedf2

Please sign in to comment.