ref: master
app/views/shared/_category_row.html.erb
<%= hidden_field_tag("#{object_name}[category_ids][]", category.id) %> <%= category_humane_path(category) %> <%= button_to_function_without_text(:remove, _('Remove'), "remove_category(#{category.id})") %>