summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorRobin Bobbitt <ryehle@us.ibm.com>2017-09-06 16:32:36 -0400
committerRobin Bobbitt <ryehle@us.ibm.com>2017-09-06 16:38:17 -0400
commit54bafaa690cc1e2d17085aaa8db51bc9f795d212 (patch)
tree8c33d67fe82339526f6a734fcb14962691cc4f12 /changelogs/unreleased
parent21935d85382989e38dd4cc12de55966e0c9b6eba (diff)
downloadgitlab-ce-54bafaa690cc1e2d17085aaa8db51bc9f795d212.tar.gz
Fix stray OR in New Project page
When all import sources are disabled, the New Project page shows the "Create from template" options followed by an "OR" divider followed by nothing in 9.5.x.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/fix-stray-or-in-project-create-ui.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-stray-or-in-project-create-ui.yml b/changelogs/unreleased/fix-stray-or-in-project-create-ui.yml
new file mode 100644
index 00000000000..ae4df3ee31a
--- /dev/null
+++ b/changelogs/unreleased/fix-stray-or-in-project-create-ui.yml
@@ -0,0 +1,5 @@
+---
+title: Fix stray OR in New Project page
+merge_request: 14096
+author: Robin Bobbitt
+type: fixed