diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-01-03 17:57:55 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-02-06 14:51:18 -0600 |
commit | 58110293d4425c50a87975749551e069a02dc0cd (patch) | |
tree | 30df8e75fa51d1aa14002b05e2ed2fa806ca24d0 /config/routes | |
parent | ee43dcd5d633f19b13a1d914a403686faec2bbca (diff) | |
download | gitlab-ce-58110293d4425c50a87975749551e069a02dc0cd.tar.gz |
Converted the views to partials that compose the menu item "pipelines"
Diffstat (limited to 'config/routes')
-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 c24893f4cd5..8b17e28de3a 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -316,6 +316,7 @@ constraints(ProjectUrlConstrainer.new) do namespace :settings do resource :members, only: [:show] resource :integrations, only: [:show] + resource :pipelines, only: [:show] end # Since both wiki and repository routing contains wildcard characters |