diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-11-07 17:15:41 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-11-07 17:15:41 +0200 |
commit | b7445bb006ad3fa1ae60cc406dbda5203207fa65 (patch) | |
tree | 462a3b585901c5a6497676642c1f55728c6b48b7 | |
parent | d52f06f38013540a9798686aa37c4dad120c3d74 (diff) | |
download | gitlab-ce-b7445bb006ad3fa1ae60cc406dbda5203207fa65.tar.gz |
Fix github issue #1946
-rw-r--r-- | app/views/admin/projects/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml index c742fb3365a..78df8f2d2e9 100644 --- a/app/views/admin/projects/show.html.haml +++ b/app/views/admin/projects/show.html.haml @@ -43,7 +43,7 @@ %b Owner: %td - = @admin_project.owner.name + = @admin_project.owner_name || '(deleted)' %tr %td %b |