Update edit.html.haml
This commit is contained in:
parent
d3e0066f88
commit
40e08b5624
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
= semantic_form_for(@user, url: user_path(@user.id)) do |f|
|
= semantic_form_for(@user, url: user_path(@user.id)) do |f|
|
||||||
= f.input :name, as: :string
|
= f.input :name, as: :string
|
||||||
= f.input :nickname, as: :string
|
= f.input :nickname, as: :string
|
||||||
|
= link_to 'Change your avatar here', 'https://secure.gravatar.com'
|
||||||
= f.input :affiliation, as: :string,
|
= f.input :affiliation, as: :string,
|
||||||
hint: 'This could be a company, a user group, or nothing at all.'
|
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)" }
|
= f.input :biography, input_html: { rows: 5, 'onkeyup' => "word_count(this, 'biography-count', 150)" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue