Commit fd5dc597ed3406596f5cd2757515b692e25d555f

Authored by Dmitriy Zaporozhets
1 parent f4c8df89

Add placeholder for project import

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/_new_form.html.haml
@@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
26 = f.label :import_url do 26 = f.label :import_url do
27 %span Import existing repo 27 %span Import existing repo
28 .input 28 .input
29 - = f.text_field :import_url, class: 'xlarge' 29 + = f.text_field :import_url, class: 'xlarge', placeholder: 'https://github.com/randx/six.git'
30 .light 30 .light
31 URL should be clonable 31 URL should be clonable
32 32