From d09b8554d3f46bb114fb3da94f3c00f5b73eaa17 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sun, 1 Feb 2015 20:07:52 +0100 Subject: [PATCH] update placeholders --- app/views/user/edit.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/user/edit.html.haml b/app/views/user/edit.html.haml index bd2540c7..f5d6af9c 100644 --- a/app/views/user/edit.html.haml +++ b/app/views/user/edit.html.haml @@ -27,11 +27,11 @@ = f.text_field :motivation_header, label: "Motivation header", placeholder: 'Ask me anything!' - = f.text_field :website, label: "Website", placeholder: 'http://bad-dragon.com' + = f.text_field :website, label: "Website", placeholder: 'http://example.com' - = f.text_field :location, label: "Location", placeholder: 'Germoney' + = f.text_field :location, label: "Location", placeholder: 'Where are you?' - = f.text_area :bio, label: "Bio", placeholder: 'In Bio war ich nie gut x--DD' + = f.text_area :bio, label: "Bio", placeholder: 'Tell us something nice about you!' - for attrib in %i(crop_x crop_y crop_w crop_h) = f.hidden_field attrib, id: attrib