summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-03 17:57:55 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-06 14:51:18 -0600
commit58110293d4425c50a87975749551e069a02dc0cd (patch)
tree30df8e75fa51d1aa14002b05e2ed2fa806ca24d0 /config
parentee43dcd5d633f19b13a1d914a403686faec2bbca (diff)
downloadgitlab-ce-58110293d4425c50a87975749551e069a02dc0cd.tar.gz
Converted the views to partials that compose the menu item "pipelines"
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb1
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