diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2018-12-04 16:42:27 +0800 |
---|---|---|
committer | Heinrich Lee Yu <hleeyu@gmail.com> | 2019-01-07 11:16:58 +0800 |
commit | 876ab436fabf2f44e2a6912262f980256b7c9736 (patch) | |
tree | d9c94ea5ce9efe8d8ef588da132a143b1f526139 /config | |
parent | b83be5032716548ea9d738a03e0a20f660dc04ac (diff) | |
download | gitlab-ce-876ab436fabf2f44e2a6912262f980256b7c9736.tar.gz |
Add Import CSV Frontend
Added button and modal to accept CSV file for uploading
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 f50bf5ab76f..cf5a57300cf 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -361,6 +361,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do end collection do post :bulk_update + post :import_csv end end |