From 975ffbe185eed6cc40470d54c4578847c72b137b Mon Sep 17 00:00:00 2001 From: Alisa Muzafarova Date: Wed, 21 Oct 2009 18:54:35 +0400 Subject: [PATCH] css fix --- app/views/patients/_form.html.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/patients/_form.html.erb b/app/views/patients/_form.html.erb index f2cb3c6..0b00c14 100644 --- a/app/views/patients/_form.html.erb +++ b/app/views/patients/_form.html.erb @@ -31,7 +31,7 @@
<%= f.label :state %> - <%= f.state_select :state %> + <%= f.text_field :state %>
@@ -120,7 +120,7 @@
<%= f.label :work_state %> - <%= f.state_select :work_state %> + <%= f.text_field :work_state %>
@@ -204,7 +204,6 @@ <%= f.select :married, APP_CONFIG['options']['married'] %>
-
<%= f.label :work_status %> <%= f.select :work_status, APP_CONFIG['options']['work_status'] %>