diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-31 18:08:39 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-31 18:08:39 +0000 |
commit | e7fb61499317b3c044845817b991e13aea276955 (patch) | |
tree | 127aef09952fa595b8e5b886db5dd89d974d91da /app/controllers/groups/boards_controller.rb | |
parent | 85ea3dd4f4855e99d9a69c8e609095199597195a (diff) | |
download | gitlab-ce-e7fb61499317b3c044845817b991e13aea276955.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/groups/boards_controller.rb')
-rw-r--r-- | app/controllers/groups/boards_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/groups/boards_controller.rb b/app/controllers/groups/boards_controller.rb index 641b3adb12b..e223e2a914d 100644 --- a/app/controllers/groups/boards_controller.rb +++ b/app/controllers/groups/boards_controller.rb @@ -43,8 +43,6 @@ class Groups::BoardsController < Groups::ApplicationController def assign_endpoint_vars @boards_endpoint = group_boards_path(group) - @namespace_path = group.to_param - @labels_endpoint = group_labels_path(group) end def authorize_read_board! |