moving in the right direction
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class RetirementController < ApplicationController
|
||||
|
||||
def index
|
||||
@info = current_user.retirement
|
||||
end
|
||||
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
module RetirementHelper
|
||||
end
|
||||
@@ -27,12 +27,12 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<%= link_to user_retirement_index_path(:user_id => current_user.user_id) do %>
|
||||
<div class="icon">
|
||||
<span class="fs1" aria-hidden="true" data-icon=""></span>
|
||||
</div>
|
||||
401k Info
|
||||
</a>
|
||||
<% end %>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
|
||||
Reference in New Issue
Block a user