<%= l(:label_role_shift_new) %>

<%= select_tag('role_shift[role_id]', options_from_collection_for_select(roles, :id, :name)) %>

<%= select_tag('role_shift[shift_id]', options_from_collection_for_select(shifts, :id, :name)) %>

<%= submit_tag(l(:button_add)) %>