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:
@@ -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=""></span>
|
||||
</div>
|
||||
Work Info
|
||||
</a>
|
||||
<% end %>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
|
||||
Reference in New Issue
Block a user