Skip to content

Commit

Permalink
Fixed: backlog link heading to taskboard in team view.
Browse files Browse the repository at this point in the history
  • Loading branch information
marquete committed Jul 15, 2010
1 parent 7c76a71 commit 2108528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/taskboard/_menu.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- action = (@view == :project) ? 'show' : 'team'
- id = (@view == :project) ? @project.id : @team.id

- link_to (@view == :project) ? project_backlog_index_path(:project_id => @project.to_param) : team_taskboard_path(@team.to_param) do
- link_to (@view == :project) ? project_backlog_index_path(:project_id => @project.to_param) : team_backlog_path(@team.to_param) do
.item.backlog

= image_tag 'menu_task_add.png' , :border => 0 , :id => 'taskboard_menu_task_add', :class => "task-add"
Expand Down

0 comments on commit 2108528

Please sign in to comment.