diff --git a/assets/scripts/app/helpers/helpers.coffee b/assets/scripts/app/helpers/helpers.coffee index 8f24bbd1..34db8467 100644 --- a/assets/scripts/app/helpers/helpers.coffee +++ b/assets/scripts/app/helpers/helpers.coffee @@ -98,7 +98,8 @@ require 'config/emoij' _githubCommitReferenceLink: (reference, current, matched) -> owner = matched.owner || current.owner repo = matched.repo || current.repo - "#{reference}" + url = "#{Travis.Urls.githubCommit("#{owner}/#{repo}", matched.sha)}" + "#{reference}" _normalizeDateString: (string) -> if window.JHW