Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 14:01:08 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 14:01:08 +0300
commitf5d24e60f842096f670593fb4dd0d29c3f5d4fcc (patch)
tree36b7efa37b742c10be518d872bd2501b48d17af9 /config/routes.rb
parent406a796f76824e18f4dca2d29c41dcc3d2e4d457 (diff)
Pipeline view
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 841b3f26272..6384757835a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -654,7 +654,7 @@ Rails.application.routes.draw do
resource :variables, only: [:show, :update]
resources :triggers, only: [:index, :create, :destroy]
- resources :pipelines, only: [:index, :new, :create] do
+ resources :pipelines, only: [:index, :new, :create, :show] do
member do
post :cancel
post :retry