summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/helpers/boards_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/boards_helper.rb b/app/helpers/boards_helper.rb
index 3133b716345..4bd61aa8f86 100644
--- a/app/helpers/boards_helper.rb
+++ b/app/helpers/boards_helper.rb
@@ -39,8 +39,8 @@ module BoardsHelper
current_board_parent.multiple_issue_boards_available?(current_user)
end
- def board_path(board)
- @board_path ||= project_board_path(current_board_parent, board)
+ def current_board_path(board)
+ @current_board_path ||= project_board_path(current_board_parent, board)
end
def current_board_parent