diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-03-07 17:11:48 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-03-07 17:11:48 +0000 |
commit | e84afa8bed23ac0192ac795459434a0c48ba4108 (patch) | |
tree | 84a66b7b9d5e3848d4ab3133e6bce39231be0b60 /config | |
parent | a41bff62e469b1d5d521648260e122a7110594cc (diff) | |
parent | 12fe94c388ae9ec73e34852ef7d7b90f2f347df7 (diff) | |
download | gitlab-ce-e84afa8bed23ac0192ac795459434a0c48ba4108.tar.gz |
Merge branch '26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages' into 'master'
Resolve "Combine Deploy Keys and Push Rules and Mirror Repository and Protect Branches settings pages"
Closes #26732
See merge request !8731
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/project.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index 976eaf65b42..44b8ae7aedd 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -329,6 +329,7 @@ constraints(ProjectUrlConstrainer.new) do resource :members, only: [:show] resource :ci_cd, only: [:show], controller: 'ci_cd' resource :integrations, only: [:show] + resource :repository, only: [:show], controller: :repository end # Since both wiki and repository routing contains wildcard characters |