diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-08 22:28:28 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-08 22:28:28 +0100 |
commit | 23b6a98de00b966728f6b5ed3747b0d2e078165f (patch) | |
tree | 0f61c95ff08c4f44b1ba2779d788766034e634c0 /config | |
parent | 6c94a44295eec5efff87102fecffc2ac03ee560d (diff) | |
download | gitlab-ce-23b6a98de00b966728f6b5ed3747b0d2e078165f.tar.gz |
Move Builds tab to the end
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 359cd08e134..046e1800235 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -570,9 +570,9 @@ Rails.application.routes.draw do resources :merge_requests, constraints: { id: /\d+/ }, except: [:destroy] do member do + get :commits get :diffs get :builds - get :commits post :merge get :merge_check get :ci_status |