<%= select_tag("shifts[#{rand(100000).to_s}]", grouped_options_for_select(Division.for_select_only_working(employee.id.to_a), employee.id), :class => 'empls')%> <%= link_to_function "X", "$(this).parents('tr').remove()" %>
Все сотрудники:<%= check_box_tag "show_all_divisions", value = "1", checked = true, :class => 'divisions', :onChange => "divisions_all_show(this, this.checked, '#{@current_user.division.name}')" %>