summaryrefslogtreecommitdiff
path: root/app/views/ci/commits/_commit.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-06 20:15:06 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-06 20:15:06 +0200
commit04c7dc2a9e2385ce47a70205eafd4cf4f91a0bba (patch)
tree90d5e2fe65e98654ddd759edc7bf822f1c3fb7df /app/views/ci/commits/_commit.html.haml
parentf6223ffb318d2e81ec50037810d23bbd86a400e8 (diff)
downloadgitlab-ce-04c7dc2a9e2385ce47a70205eafd4cf4f91a0bba.tar.gz
Cleanup CI code after refactoring and fix several 500 errors
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/ci/commits/_commit.html.haml')
-rw-r--r--app/views/ci/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/commits/_commit.html.haml b/app/views/ci/commits/_commit.html.haml
index 6e6cc9b2c37..b24a3b826cf 100644
--- a/app/views/ci/commits/_commit.html.haml
+++ b/app/views/ci/commits/_commit.html.haml
@@ -7,7 +7,7 @@
%td.build-link
- = link_to ci_project_commits_path(commit.project, commit.sha) do
+ = link_to ci_status_path(commit) do
%strong #{commit.short_sha}
%td.build-message