Commit 17b33ed9 authored by Felipe Artur's avatar Felipe Artur

Fix boards urls

parent 8c34c1d6
...@@ -18,7 +18,11 @@ module EE ...@@ -18,7 +18,11 @@ module EE
end end
def board_base_url def board_base_url
return group_boards_path(@group) if @group if board.group_board?
group_boards_url(@group)
else
super
end
end end
def board_path(board) def board_path(board)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment