- <%= link_to 'Home', home_path %>
-
Site Setup
<%= link_to 'Manage Users', users_path %>
<%= link_to 'Roles', roles_path %>
<%= link_to 'Security Questions', questions_path %>
<%= link_to 'Days', days_path %>
<%= link_to 'Time Slots', timeslots_path %>
-
Audit Setup
<%= link_to 'All Audits', audits_path %>
<%= link_to 'Queue', audit_queues_path %>
<%= link_to 'Zip Codes', zipcodes_path %>
<%= link_to 'Zip Locations', ziplocations_path %>
<%= link_to 'Setup Schedule', absences_path %>
- <%= link_to 'Search Customers', search_path %>
- <%= link_to 'My Schedule', schedule_path(current_user) %>
- <%= link_to 'My Account', edit_user_path(current_user.id) %>