Регулярное расписание:

<% for shift in @shifts do%> <% end %> <% for empl in @empls_not_working do %> <% end %>
Сотрудник Пн Вт Ср Чт Пт Сб Вс
<%= link_to_if @boss, shift.nic, edit_regular_work_shift_path(shift.employee_id)%> <%= shift.monday%> <%= shift.tuesday%> <%= shift.wednesday%> <%= shift.thursday%> <%= shift.friday%> <%= shift.saturday%> <%= shift.sunday%>
<%= link_to_if @boss, empl[0], edit_regular_work_shift_path(empl[1])%> БЕЗ СМЕН