Update issue_patch.rb

This commit is contained in:
2016-09-03 09:16:13 -04:00
committed by GitHub
parent a264e707a8
commit 9b91e4fd63

View File

@@ -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