From 3fb341553c1f70cf8cc7186ce3cd52c4e9a1dd7e Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Fri, 24 May 2013 20:02:30 -0400 Subject: [PATCH] 401k view, now I need to make sure these stats populate for every user --- app/views/retirement/index.html.erb | 54 +++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/app/views/retirement/index.html.erb b/app/views/retirement/index.html.erb index e69de29..8a4b4ca 100644 --- a/app/views/retirement/index.html.erb +++ b/app/views/retirement/index.html.erb @@ -0,0 +1,54 @@ +
+
+
+
+
+
+
+ Employee Contribution +
+
+
+
+
+

<%= @info.employee_contrib %>

+
+
+
+
+
+
+
+
+
+ Employer Contribution +
+
+
+
+
+

<%= @info.employer_contrib %>

+
+
+
+
+
+
+
+
+
+ Total Contribution +
+
+
+
+
+

<%= @info.total %>

+
+
+
+
+
+
+
+
\ No newline at end of file