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/app
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-03-08 11:19:38 +0300
committerSean McGivern <sean@gitlab.com>2019-03-08 11:19:38 +0300
commit207d31002ea980ced4e106a3ab79fa2a6fd21047 (patch)
treeafa20d5c6b6edf298dae204a7d0b1c1187292ac1 /app
parent9f6e60d7f709e106df6aa511305ee783094173af (diff)
parent773b0d499caec644760152852fbc7558e1bf9b1a (diff)
Merge branch '58649-project-template-for-android' into 'master'
Resolve "Project template for Android" Closes #58649 See merge request gitlab-org/gitlab-ce!25870
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/projects/project_new.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/projects/project_new.js b/app/assets/javascripts/projects/project_new.js
index 796ecbccde7..784eec1ea55 100644
--- a/app/assets/javascripts/projects/project_new.js
+++ b/app/assets/javascripts/projects/project_new.js
@@ -133,6 +133,10 @@ const bindEvents = () => {
text: '.NET Core',
icon: '.template-option .icon-dotnet',
},
+ android: {
+ text: 'Android',
+ icon: '.template-option svg.icon-android',
+ },
gomicro: {
text: 'Go Micro',
icon: '.template-option .icon-gomicro',