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'