summaryrefslogtreecommitdiff
path: root/app/views/projects/_last_commit.html.haml
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-03 23:39:37 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-11-03 23:39:37 +0800
commit1ae557c106e94c20742d0788dc7eb604603faa08 (patch)
tree5a3fb7c52bf5d733fd3e69765098a040884a48cc /app/views/projects/_last_commit.html.haml
parentee4c8b75de6b04a8c2ed755b1b409dab9f0536c5 (diff)
downloadgitlab-ce-1ae557c106e94c20742d0788dc7eb604603faa08.tar.gz
Merge status_for and status, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17742297
Diffstat (limited to 'app/views/projects/_last_commit.html.haml')
-rw-r--r--app/views/projects/_last_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_last_commit.html.haml b/app/views/projects/_last_commit.html.haml
index 593967d9310..8aa503159f9 100644
--- a/app/views/projects/_last_commit.html.haml
+++ b/app/views/projects/_last_commit.html.haml
@@ -1,4 +1,4 @@
-- status = commit.status_for(ref)
+- status = commit.status(ref)
- if status
= link_to builds_namespace_project_commit_path(commit.project.namespace, commit.project, commit), class: "ci-status ci-#{status}" do
= ci_icon_for_status(status)