diff --git a/app/views/projects/_new_form.html.haml b/app/views/projects/_new_form.html.haml index d05838a..ba3ccc4 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 -- libgit2 0.21.2