summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_sources.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-22 17:44:59 +0200
committerJames Lopez <james@jameslopez.es>2016-04-22 17:44:59 +0200
commitacf297955a5546161ac5e52589ba4740f234a0ae (patch)
treee52ac7029d34478af08b7d6627dc348f1f2e60cd /lib/gitlab/import_sources.rb
parentb18bd9c85f0d925aaa6ecf531673958bd97082fc (diff)
downloadgitlab-ce-acf297955a5546161ac5e52589ba4740f234a0ae.tar.gz
gitlab import UI - icon, file selector, etc... Also updated font-awesome and modified import source settings.
Diffstat (limited to 'lib/gitlab/import_sources.rb')
-rw-r--r--lib/gitlab/import_sources.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/import_sources.rb b/lib/gitlab/import_sources.rb
index ccfdfbe73e8..2b5658a8b64 100644
--- a/lib/gitlab/import_sources.rb
+++ b/lib/gitlab/import_sources.rb
@@ -21,6 +21,7 @@ module Gitlab
'Google Code' => 'google_code',
'FogBugz' => 'fogbugz',
'Any repo by URL' => 'git',
+ 'GitLab project' => 'gitlab_project'
}
end