
Untitled
By: a guest on
Jul 10th, 2012 | syntax:
None | size: 0.97 KB | hits: 13 | expires: Never
ActionView::Template::Error (undefined method `issues_enabled' for #<Project:0xb43c154>):
9: = link_to "Code", tree_project_ref_path(@project, @project.root_ref), :class => tree_tab_class
10: = link_to "Commits", project_commits_path(@project), :class => (controller.controller_name == "commits") ? "current" : nil
11: = link_to "Network", graph_project_path(@project), :class => current_page?(:controller => "projects", :action => "graph", :id => @project) ? "current" : nil
12: - if @project.issues_enabled
13: = link_to project_issues_filter_path(@project), :class => (controller.controller_name == "issues") ? "current" : nil do
14: Issues
15: - if @project.merge_requests_enabled
app/views/layouts/_project_side.html.haml:12:in `_app_views_layouts__project_side_html_haml___1015741875_90186840'
app/views/layouts/project.html.haml:20:in `_app_views_layouts_project_html_haml___922428544_94944300'