mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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|
|
||||
= f.input :name, as: :string
|
||||
= f.input :nickname, as: :string
|
||||
= link_to 'Change your avatar 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)" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue