Update edit.html.haml

This commit is contained in:
Sarah Julia Kriesch 2015-05-02 15:09:40 +02:00
parent 40e08b5624
commit 9de5837d35

View file

@ -8,7 +8,7 @@
= semantic_form_for(@user, url: user_path(@user.id)) do |f|
= f.input :name, as: :string
= f.input :nickname, as: :string
= link_to 'Change your avatar here', 'https://secure.gravatar.com'
= link_to 'You can add your picture here', 'https://secure.gravatar.com'
= f.input :affiliation, as: :string,
hint: 'This could be a company, a user group, or nothing at all.'
= f.input :biography, input_html: { rows: 5, 'onkeyup' => "word_count(this, 'biography-count', 150)" }