added a few placeholders

This commit is contained in:
nilsding 2014-12-27 00:19:55 +01:00
parent a2c361b5c5
commit d31bfa6d8b
1 changed files with 4 additions and 4 deletions

View File

@ -8,12 +8,12 @@
= f.text_field :display_name, label: "Your name"
= f.text_field :motivation_header, label: "Motivation header"
= f.text_field :motivation_header, label: "Motivation header", placeholder: 'Ask me anything!'
= f.text_field :website, label: "Website"
= f.text_field :website, label: "Website", placeholder: 'http://bad-dragon.com'
= f.text_field :location, label: "Location"
= f.text_field :location, label: "Location", placeholder: 'Germoney'
= f.text_area :bio, label: "Bio"
= f.text_area :bio, label: "Bio", placeholder: 'In Bio war ich nie gut x--DD'
= f.submit "Save settings", class: 'btn btn-primary'