From dafa89a2ccbd8cafc8670d0cf0b7620ef11dc6ad Mon Sep 17 00:00:00 2001 From: Rob H Date: Fri, 16 May 2014 10:07:30 +1000 Subject: [PATCH] Add placeholder for ACN and ABN --- app/views/admin/enterprises/_form.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/enterprises/_form.html.haml b/app/views/admin/enterprises/_form.html.haml index da85af9ad4..ab795d21fd 100644 --- a/app/views/admin/enterprises/_form.html.haml +++ b/app/views/admin/enterprises/_form.html.haml @@ -105,12 +105,12 @@ .alpha.three.columns = f.label :abn, 'ABN' .omega.eight.columns - = f.text_field :abn + = f.text_field :abn, { placeholder: "eg. 99 123 456 789"} .row .alpha.three.columns = f.label :acn, 'ACN' .omega.eight.columns - = f.text_field :acn + = f.text_field :acn, { placeholder: "eg. 123 456 789"} .row .alpha.three.columns = f.label :website