2014-10-23 16:15:15 FATAL -- ActionView::Template::Error (undefined local variable or method `project' for #<#<Class:0x007fcdda269030>:0x007fcdda26d9a0>): 3: <%= l(:label_projects_score) %> 4: <div> = <%= l(:label_issue_score) %> + <%= l(:label_news_score) %> + <%= l(:label_file_score) %> + 5: <%= l(:label_code_submit_score) %> + <%= l(:label_topic_score) %></div> 6: <div> = <%= format("%.2f" , issue_score(project)).to_i %> + <%= format("%.2f" , news_score(project)).to_i %> + 7: <%= format("%.2f" , documents_score(project)).to_i %> + <%= format("%.2f" , changesets_score(project)).to_i %> + 8: <%= format("%.2f" , board_message_score(project)).to_i %></div> 9: <div> = <%= format("%.2f" , project_scores(project)).to_i %></div> app/views/projects/_project_score_index.html.erb:6:in `_app_views_projects__project_score_index_html_erb___779308052429455269_70261047533820' app/views/projects/show_projects_score.html.erb:68:in `_app_views_projects_show_projects_score_html_erb___2336361123613678296_70261052503400' app/controllers/projects_controller.rb:845:in `show_projects_score'