<%= role_status.key %> <% @site_in_use_locales.each_with_index do |locale, i| %> <%= role_status.title_translations[locale] rescue nil %> <% if i == 0 %>
<% end %> <% end %> <%= check_box_tag 'accept', role_status.disable ? 'false' : 'true', false ,{ :class => 'toggle-check role_status_checked', :data=>{:deploy=>"right"}, :data=>{:path=> eval("admin_role_status_toggle_path(role_status)")}, :checked=> role_status.disable} %>