diff options
author | Douwe Maan <douwe@selenight.nl> | 2016-03-20 23:09:33 +0100 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2016-03-20 23:09:33 +0100 |
commit | 19aa20d528aca670fd22954e08bf05f2f7a8fe32 (patch) | |
tree | e9fd4fd51a783fcc300aa6029f10499dfb3822b7 /app/views/admin/projects | |
parent | 7c51d5efecdad1a7f52ffecdf57c86b7b90ca166 (diff) | |
download | gitlab-ce-19aa20d528aca670fd22954e08bf05f2f7a8fe32.tar.gz |
Fix more specs
Diffstat (limited to 'app/views/admin/projects')
-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 d734e60682a..c638c32a654 100644 --- a/app/views/admin/projects/show.html.haml +++ b/app/views/admin/projects/show.html.haml @@ -52,7 +52,7 @@ %li %span.light fs: %strong - = @repository.path_to_repo + = @project.repository.path_to_repo %li %span.light Size |