<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @email_ers.each do |b| %> <% end %>
<%= (b.email_confirm.blank? ? t("er_email.email_no_confirm") : t("er_email.email_have_confirm") ) %> <%= b.category.title %> <%= b.mail_subject %> <%= b.update_user.user_name %>
" class="footable-row-detail-inner" style="display: none;">
<%= t("er_email.mail_to") %> : <% b.email_members.each do |member| %> <%= member.name %> <% end %> <% unless b.other_mailaddress.nil? %> <% b.other_mailaddress.split(',').each do |mailaddress| %> <%= mailaddress %> <% end %> <% end %>
<%= content_tag :div, class: "bottomnav clearfix" do content_tag :div, paginate(@email_ers), class: "pagination pagination-centered" end %>