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
path: root/config
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-07 16:40:21 +0300
committerPhil Hughes <me@iamphill.com>2016-06-18 23:49:20 +0300
commitdeca5ef200a0b6d5d965214ad71d13e359b03e77 (patch)
tree111c00f2d6fe4f0ae91e4e2344e61eb28da1d07f /config
parent0aab84c76012c16061ffccf4473aaeab2c528c2a (diff)
Refs dropdown is now loaded async
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index de6094fa0ed..a22559ebabc 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -479,6 +479,7 @@ Rails.application.routes.draw do
get :download_export
get :autocomplete_sources
get :activity
+ get :refs
end
scope module: :projects do