From fd5dc597ed3406596f5cd2757515b692e25d555f Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 13 Feb 2013 15:27:18 +0200 Subject: [PATCH] Add placeholder for project import --- app/views/projects/_new_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/_new_form.html.haml b/app/views/projects/_new_form.html.haml index d05838ae50d..ba3ccc421cd 100644 --- a/app/views/projects/_new_form.html.haml +++ b/app/views/projects/_new_form.html.haml @@ -26,7 +26,7 @@ = f.label :import_url do %span Import existing repo .input - = f.text_field :import_url, class: 'xlarge' + = f.text_field :import_url, class: 'xlarge', placeholder: 'https://github.com/randx/six.git' .light URL should be clonable -- GitLab