<%= form_for @role_status, url: admin_role_statuses_path(id: @role_status.id), remote: true, :html => { :id => 'form_role_filter' } do |f| %>
Add <%= render partial: 'form', locals: {f: f} %>
<%= t(:cancel) %> <%= f.submit t(:create_), class: 'btn btn-primary btn-small' %>
<% end %>