Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #5404

Closed
Open
Created Oct 22, 2013 by Administrator@rootOwner

Error in _projects.html.haml after upgrade from 6.1 to 6.2

Created by: sabl0r

I followed the upgrade guide twice and I'm pretty sure I didn't miss anything. But since the upgrade I get the following error. Any ideas?

ActionView::Template::Error (comparison of Fixnum with nil failed):
    15:     - if projects.blank?
    16:       %li
    17:         %h3.nothing_here_message There are no projects here.
    18:     - if @projects_count > @projects_limit
    19:       %li.bottom
    20:         %span.light
    21:           #{@projects_limit} of #{pluralize(@projects_count, 'project')} displayed.
  app/views/dashboard/_projects.html.haml:18:in `>'
  app/views/dashboard/_projects.html.haml:18:in `_app_views_dashboard__projects_html_haml___658293780417321549_63082540'
  app/views/dashboard/_sidebar.html.haml:13:in `_app_views_dashboard__sidebar_html_haml___1474128125349072109_54629360'
  app/views/dashboard/show.html.haml:6:in `_app_views_dashboard_show_html_haml___2351218697097828731_41117440'
  app/controllers/dashboard_controller.rb:19:in `show'
Assignee
Assign to
Time tracking