"Projects" page throws 500 in admin panel
Created by: morsik
GitLab version: 6.5.1 GitLab Shell version: 1.8.0
Processing by Admin::ProjectsController#index as HTML
Rendered admin/projects/index.html.haml within layouts/admin (92.3ms)
Completed 500 Internal Server Error in 98ms
ActionView::Template::Error (undefined method `path' for nil:NilClass):
46: %li
47: %span{ class: visibility_level_color(project.visibility_level) }
48: = visibility_level_icon(project.visibility_level)
49: = link_to project.name_with_namespace, [:admin, project]
50: .pull-right
51: %span.label.label-gray
52: = repository_size(project)
app/models/project.rb:201:in `to_param'
app/views/admin/projects/index.html.haml:49:in `block in _app_views_admin_projects_index_html_haml___2724482771881653132_76005500'
app/views/admin/projects/index.html.haml:45:in `_app_views_admin_projects_index_html_haml___2724482771881653132_76005500'
app/controllers/application_controller.rb:57:in `set_current_user_for_thread'