<%= render 'layouts/delete_modal', delete_options: @delete_options %> <% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @ask_admins.each do |a| %> <% end %>
<%= a.email %>
<%= form_for @ask_admin, url: @url, html: { class: 'form-horizontal' } do |f| %>

<%= @ask_admin.new_record? ? t(:add) : t(:edit) %>

<%= f.label :email, class: 'control-label' %>
<%= f.text_field :email, class: 'input-xxlarge' %>
<%= f.submit t(:submit), class: 'btn btn-primary' %>
<% end %>