diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-09-09 17:36:01 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-09-09 17:36:01 +0300 |
commit | 44261a5d9fd5b78f8a44fe330e2386525f4c3437 (patch) | |
tree | 95679471c902db7430bee6d74a7ae61cf6999b4f /app/helpers/ci | |
parent | 81f9ee48b161496cfd7c033e10dcecc52c9b50be (diff) | |
download | gitlab-ce-44261a5d9fd5b78f8a44fe330e2386525f4c3437.tar.gz |
integration with gitlab auth
Diffstat (limited to 'app/helpers/ci')
-rw-r--r-- | app/helpers/ci/commits_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/ci/commits_helper.rb b/app/helpers/ci/commits_helper.rb index 0479bc10594..748d12138b1 100644 --- a/app/helpers/ci/commits_helper.rb +++ b/app/helpers/ci/commits_helper.rb @@ -16,7 +16,7 @@ module Ci end def commit_link(commit) - link_to(commit.short_sha, ci_project_ref_commit_path(commit.project, commit.ref, commit.sha)) + link_to(commit.short_sha, ci_project_ref_commits_path(commit.project, commit.ref, commit.sha)) end def truncate_first_line(message, length = 50) |