%# We're not using the rails form helper here on purpose. # It simply doesn't mix at all with cells views. #%>
<% roles.each do |role| %> <%= role_checkbox(role) %> <%= h role %> <% end %>
<%= submit_tag t(:button_change), class: "button -highlight -small" %> <%= link_to_function t(:button_cancel), row.toggle_javascript, class: 'button -small' %>