summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.html.haml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 16:51:52 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 16:51:52 +0200
commitc351b9f599aa1af693435738d2c897cc2a954fe7 (patch)
tree69ac3d0f1ea26c818a7eaab4115c27367cc9fbea /app/views/projects/commits/_commit.html.haml
parent410f2b40f2579b2e6a77591157900ce07512ee36 (diff)
downloadgitlab-ce-c351b9f599aa1af693435738d2c897cc2a954fe7.tar.gz
Improve rendered CI statuses
Diffstat (limited to 'app/views/projects/commits/_commit.html.haml')
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index f7c8647ac0e..b231b584eab 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -17,7 +17,7 @@
.pull-right
- if commit.status
- = render_ci_status(commit)
+ = render_commit_status(commit)
= clipboard_button(clipboard_text: commit.id)
= link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit_short_id"