added route, controller, model, sidebar link, and basic index page for the work info section so that we can render user data

This commit is contained in:
Ken Johnson
2013-05-31 10:48:20 -04:00
parent a599ca9862
commit 08a8c60276
12 changed files with 66 additions and 2 deletions
+2 -2
View File
@@ -43,12 +43,12 @@
<% end %>
</li>
<li>
<a href="#">
<%= link_to user_work_info_index_path(:user_id => current_user.user_id) do %>
<div class="icon">
<span class="fs1" aria-hidden="true" data-icon="&#xe0a9;"></span>
</div>
Work Info
</a>
<% end %>
</li>
<li>
<a href="#">
View File