500 Error when try open project link
Created by: exbluesea
Completed 500 Internal Server Error in 45ms
ActionView::Template::Error (wrong number of arguments (at least 1)):
26: .col-md-4
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__2858456890575410298_69731460'
app/views/projects/show.html.haml:1:in _app_views_projects_show_html_haml__995263167426521163_63024860' 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'
ciadmin@dl:/home/git/gitlab$ sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
System information System: Ubuntu 12.04 Current User: git Using RVM: no Ruby Version: 1.9.3p0 Gem Version: 1.8.11 Bundler Version:1.3.5 Rake Version: 10.1.1 Sidekiq Version:2.17.0
GitLab information Version: 6.8.1 Revision: 31979907 Directory: /home/git/gitlab DB Adapter: mysql2 URL: http://dl.photogrid.org HTTP Clone URL: http://dl.photogrid.org/some-project.git SSH Clone URL: [email protected]:some-project.git Using LDAP: no Using Omniauth: no
GitLab Shell Version: 1.9.3 Repositories: /home/git/repositories/ Hooks: /home/git/gitlab-shell/hooks/ Git: /usr/bin/git ciadmin@dl:/home/git/gitlab$