Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alisa Muzafarova committed Oct 21, 2009
1 parent aa2abe9 commit 975ffbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/patients/_form.html.erb
Expand Up @@ -31,7 +31,7 @@

<div>
<%= f.label :state %>
<%= f.state_select :state %>
<%= f.text_field :state %>
</div>

<div>
Expand Down Expand Up @@ -120,7 +120,7 @@

<div>
<%= f.label :work_state %>
<%= f.state_select :work_state %>
<%= f.text_field :work_state %>
</div>

<div>
Expand Down Expand Up @@ -204,7 +204,6 @@
<%= f.select :married, APP_CONFIG['options']['married'] %>
</div>
</div>

<div>
<%= f.label :work_status %>
<%= f.select :work_status, APP_CONFIG['options']['work_status'] %>
Expand Down

0 comments on commit 975ffbe

Please sign in to comment.