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:
authorZbigniew Motyka <zbigniew@motyka.net.pl>2015-04-14 11:20:07 +0300
committerZbigniew Motyka <zbigniew@motyka.net.pl>2015-04-14 11:20:07 +0300
commitbf2db3ec03913d3aaba2ff02f00e03e9e0974265 (patch)
treeb37e8630450261398449ab58bd45f8bc527b65e6 /app/views/import
parent79b4d0b0c0682fc31d794d8b42d02b3d1bb5b9dc (diff)
Fix error message
Diffstat (limited to 'app/views/import')
-rw-r--r--app/views/import/base/create.js.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/base/create.js.haml b/app/views/import/base/create.js.haml
index 8d10722628f..90a6f5f9d2d 100644
--- a/app/views/import/base/create.js.haml
+++ b/app/views/import/base/create.js.haml
@@ -13,7 +13,7 @@
- elsif @access_denied
:plain
job = $("tr#repo_#{@repo_id}")
- job.find(".import-actions").html("<p class='alert alert-danger'>Access denied! Please verify you can add deploy keys to this repository.</p>"")
+ job.find(".import-actions").html("<p class='alert alert-danger'>Access denied! Please verify you can add deploy keys to this repository.</p>")
- else
:plain
job = $("tr#repo_#{@repo_id}")