Team projects public section
This commit is contained in:
parent
ea6f46cb87
commit
a96cf3ad09
6 changed files with 69 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
require 'sidekiq/web'
|
||||
|
||||
Gitlab::Application.routes.draw do
|
||||
|
||||
#
|
||||
# Search
|
||||
#
|
||||
|
@ -141,6 +142,7 @@ Gitlab::Application.routes.draw do
|
|||
end
|
||||
scope module: :teams do
|
||||
resources :members
|
||||
resources :projects, only: [:index, :show] do
|
||||
end
|
||||
end
|
||||
collection do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue