<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @bulletins.each do |b| %> <% end %>
<%= b.status_for_table %> <%= b.category.title %> <%= b.title %> <%= format_value b.postdate %> <%= format_value b.deadline %> <%= b.update_user.user_name %>
<%= content_tag :div, class: "bottomnav clearfix" do content_tag :div, paginate(@bulletins), class: "pagination pagination-centered" end %>