aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/link_to_helper.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-04-02 09:32:21 +0100
committerLouise Crow <louise.crow@gmail.com>2013-04-02 09:32:21 +0100
commitb2291c5d3e77c9d97a61bcb63cc4ee5449476a01 (patch)
treed38d3b2a274556c3f566ddb13faa824828feb189 /app/helpers/link_to_helper.rb
parent82f2c3cb9dace0722532cf220ea146443b097264 (diff)
parent4b0e6c09fc407f886ca3eb5cef8a09e05c984978 (diff)
Merge remote-tracking branch 'openaustralia_github/email_alert_path_fixes' into hotfix/0.8.0.1
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rwxr-xr-xapp/helpers/link_to_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb
index dc5c8f34e..3f59c55ca 100755
--- a/app/helpers/link_to_helper.rb
+++ b/app/helpers/link_to_helper.rb
@@ -36,7 +36,7 @@ module LinkToHelper
end
def outgoing_message_url(outgoing_message, options = {})
- return request_path(outgoing_message.info_request, options.merge(:anchor => "outgoing-#{outgoing_message.id}"))
+ request_url(outgoing_message.info_request, options.merge(:anchor => "outgoing-#{outgoing_message.id}"))
end
def outgoing_message_path(outgoing_message)