summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-28 15:18:25 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-29 10:47:03 +0200
commit8f8efcfa00c40beacae9886d7be51e82e7a67989 (patch)
tree2afcfcf856bdc8a538383ee910e3c086b9b71902 /app/views/ci
parent2c1f7ccac8180a49e45fb3cf79e03318420d1037 (diff)
downloadgitlab-ce-8f8efcfa00c40beacae9886d7be51e82e7a67989.tar.gz
Fix tests
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/admin/projects/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/admin/projects/_project.html.haml b/app/views/ci/admin/projects/_project.html.haml
index c461206c72a..a342d6e1cf0 100644
--- a/app/views/ci/admin/projects/_project.html.haml
+++ b/app/views/ci/admin/projects/_project.html.haml
@@ -1,4 +1,4 @@
-- last_commit = project.last_commit
+- last_commit = project.commits.last
%tr
%td
= project.id