diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-13 15:27:18 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-13 15:27:18 +0200 |
commit | fd5dc597ed3406596f5cd2757515b692e25d555f (patch) | |
tree | 8590cb969ea98cef2c5fa07888b9aee2b7ca9b11 | |
parent | f4c8df897d21059ab7a84453955a4356e579add8 (diff) | |
download | gitlab-ce-fd5dc597ed3406596f5cd2757515b692e25d555f.tar.gz |
Add placeholder for project import
-rw-r--r-- | app/views/projects/_new_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |