diff --git a/app/views/work_info/index.html.erb b/app/views/work_info/index.html.erb index ab0e9b5..ca3ef98 100644 --- a/app/views/work_info/index.html.erb +++ b/app/views/work_info/index.html.erb @@ -12,26 +12,26 @@
| Full Name | +Full Name | Income | -Bonus/th> + | Bonus | Years w/ MetaCorp | SSN | -DoB | +DoB |
|---|---|---|---|---|---|---|---|---|
| <%= "#{@user.first_name} #{@user.last_name}" %> | <%= @user.work_info.income %> | <%= @user.work_info.bonuses %> | <%= @user.work_info.years_worked %> | -<%= @user.work_info.SSN %> | - - - -<%= @user.work_info.DoB %> | +<%= @user.work_info.SSN %> | + + + +<%= @user.work_info.DoB %> |