diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-05-19 18:09:04 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-05-19 18:09:04 +0000 |
commit | 86b22b4f153610993008e5f6fa65bca1fb57b659 (patch) | |
tree | 02665653397ec67f003c7ecd64c18666fcc2a9b6 /config | |
parent | 5566c9e7065ef97d65d66abcc1e56ed8b5eb1704 (diff) | |
parent | c9b3c08c21daf421ec36828c990ccceb21e1577f (diff) | |
download | gitlab-ce-86b22b4f153610993008e5f6fa65bca1fb57b659.tar.gz |
Merge branch 'project-variables-ui' into 'master'
Project variables UI
![Screen_Shot_2016-04-27_at_09.01.23](/uploads/cb9b1ac42aa734cfd3271c03dfaccc12/Screen_Shot_2016-04-27_at_09.01.23.png)
![Screen_Shot_2016-04-27_at_09.01.29](/uploads/4f317014d60f205a0e29497ad20f8a2e/Screen_Shot_2016-04-27_at_09.01.29.png)
Closes #14091
See merge request !3942
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 09264b5493e..18e62bc4455 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -663,7 +663,7 @@ Rails.application.routes.draw do end resources :protected_branches, only: [:index, :create, :update, :destroy], constraints: { id: Gitlab::Regex.git_reference_regex } - resource :variables, only: [:show, :update] + resources :variables, only: [:index, :show, :update, :create, :destroy] resources :triggers, only: [:index, :create, :destroy] resources :builds, only: [:index, :show], constraints: { id: /\d+/ } do |