summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-05-15 11:09:09 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-05-15 11:09:09 +0200
commit9c877afbf195fa3d49a4223f6e606182c67ca636 (patch)
tree3f272a7a218b8596db96d9ccf7b3975bdc8e0f10
parent66d83ecf7e8a07685f01e2928632cd174828b769 (diff)
downloadgitlab-ce-32033-fix-login-usernamelabel.tar.gz
Trailing new line to merged file32033-fix-login-usernamelabel
-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 72a7879bb3c..e180cb8bad1 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -149,4 +149,4 @@
$('.import_git').click(function( event ) {
$projectImportUrl = $('#project_import_url');
$projectImportUrl.attr('disabled', !$projectImportUrl.attr('disabled'));
- }); \ No newline at end of file
+ });