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