From 9b91e4fd63f075a68f07c98dedde0bce6f116a49 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 3 Sep 2016 09:16:13 -0400 Subject: [PATCH] Update issue_patch.rb --- lib/issue_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/issue_patch.rb b/lib/issue_patch.rb index 24f9e41..bbb82e2 100644 --- a/lib/issue_patch.rb +++ b/lib/issue_patch.rb @@ -94,7 +94,7 @@ module IssuePatch # Create a shareable link for a customer def share_link token = DownloadToken.create(:expires_at => Time.now + 24.hours, :issue_id => id) - link_to "#{tracker} ##{id}: #{subject}", view_path token.token + link_to "#{tracker} ##{id}: #{subject}", view_path + token.token end end