%# 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 t(:button_cancel), '#', data: { 'toggle-target': ".#{row.toggle_item_class_name}" }, class: 'button -small toggle-membership-button' %>