diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-05-01 23:56:33 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-05-02 00:05:03 +0200 |
commit | 6ea31cb7cd905e61508a0fcdd0b1a61fe758c8ba (patch) | |
tree | e3923a01ed715223da887844d4bfc6a09f60bc97 /config | |
parent | f7dccbb7ddb7c9a93b934f4452f52abd3ec8e0e7 (diff) | |
download | gitlab-ce-6ea31cb7cd905e61508a0fcdd0b1a61fe758c8ba.tar.gz |
Add stages_ajax endpoint to serve old HTML
Diffstat (limited to 'config')
-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 2a1bcb8cde2..3f1e8be9ba7 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -183,6 +183,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do member do get :stage + get :stage_ajax post :cancel post :retry get :builds |