aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-04-02 09:49:31 +0100
committerLouise Crow <louise.crow@gmail.com>2013-04-02 09:49:31 +0100
commita244afcb7b7185905a7a16b37ae585e239e963ea (patch)
treef9304719d3639fc444ade1e832abc438b8fa363e /app/helpers
parent29614bf3790b6678fa074b57e210d7d629512ed3 (diff)
parente6f59296a3e89276a3c9511ec61023d0f54c27e3 (diff)
Merge branch 'hotfix/0.8.0.1' into wdtk
Diffstat (limited to 'app/helpers')
-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)