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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-25 18:59:08 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-25 18:59:08 +0300
commit361b495e0ee98f7efa4e4a193c8a5d967b7821c7 (patch)
tree73c8ec1e879460ff73750276ef16bda56c854160 /app/views/projects/new.html.haml
parent16d6f0e35b8bd3a88e3a2e2e3ae8bf98be426f85 (diff)
parentb68f9beffe8afce738eda23b1e69250fe7cd3200 (diff)
Merge branch 'release/7.9.1' into '7-9-stable'
WIP | Release 7.9.1 See merge request !1738
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 7fc612c0c7d..dbceec3633c 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -111,6 +111,6 @@
$ ->
$('.how_to_import_link').bind 'click', (e) ->
e.preventDefault()
- import_modal = $(this).parent().find(".modal").show()
+ import_modal = $(this).next(".modal").show()
$('.modal-header .close').bind 'click', ->
$(".modal").hide()