Add placeholder for project import
This commit is contained in:
parent
f4c8df897d
commit
fd5dc597ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue