From 40e08b56241b38a2de45466a5e9e141a51bdd3ed Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Sat, 2 May 2015 15:07:31 +0200 Subject: [PATCH] Update edit.html.haml --- app/views/users/edit.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index d235fb5d..11bd6ab4 100644 --- a/app/views/users/edit.html.haml +++ b/app/views/users/edit.html.haml @@ -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)" }