I have the following errors on gitlab 6.8.RC1, if I remove and then re add the README.md file everything is ok
Created by: alincalinciuc
27: .project-home-links
28: = link_to pluralize(number_with_delimiter(@repository.commit_count), 'commit'), project_commits_path(@project, @ref || @repository.root_ref)
29: = link_to pluralize(number_with_delimiter(@repository.branch_names.count), 'branch'), project_branches_path(@project)
30: = link_to pluralize(number_with_delimiter(@repository.tag_names.count), 'tag'), project_tags_path(@project)
31: %span.light.prepend-left-20= repository_size
app/views/projects/_home_panel.html.haml:29:in count' app/views/projects/_home_panel.html.haml:29:in
_app_views_projects__home_panel_html_haml___4209537039711655905_91269240'
app/views/projects/show.html.haml:1:in _app_views_projects_show_html_haml__2941552711362372762_90864900' app/controllers/projects_controller.rb:69:in
block (2 levels) in show'
app/controllers/projects_controller.rb:63:in show' app/controllers/application_controller.rb:59:in
set_current_user_for_thread'