diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-28 15:18:25 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-29 10:47:03 +0200 |
| commit | 8f8efcfa00c40beacae9886d7be51e82e7a67989 (patch) | |
| tree | 2afcfcf856bdc8a538383ee910e3c086b9b71902 /app/views/ci | |
| parent | 2c1f7ccac8180a49e45fb3cf79e03318420d1037 (diff) | |
| download | gitlab-ce-8f8efcfa00c40beacae9886d7be51e82e7a67989.tar.gz | |
Fix tests
Diffstat (limited to 'app/views/ci')
| -rw-r--r-- | app/views/ci/admin/projects/_project.html.haml | 2 |
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 |
