From 9de5837d351d4c84c9323dca59b9db225b050251 Mon Sep 17 00:00:00 2001 From: Sarah Julia Kriesch Date: Sat, 2 May 2015 15:09:40 +0200 Subject: [PATCH] Update edit.html.haml --- app/views/users/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index 11bd6ab4..ac5b6084 100644 --- a/app/views/users/edit.html.haml +++ b/app/views/users/edit.html.haml @@ -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)" }