Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-28 16:18:25 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-29 11:47:03 +0300
commit8f8efcfa00c40beacae9886d7be51e82e7a67989 (patch)
tree2afcfcf856bdc8a538383ee910e3c086b9b71902 /app/views/ci
parent2c1f7ccac8180a49e45fb3cf79e03318420d1037 (diff)
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