<%= role_status.key %> |
<% @site_in_use_locales.each_with_index do |locale, i| %>
<%= role_status.title_translations[locale] rescue nil %>
<% if i == 0 %>
- <%= link_to t(:edit), polymorphic_path([:admin, role_status], {:action => :edit}), :class=>"open-slide" %>
<% 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} %>
|