<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @bulletins.each do |b| %> <% end %>
<%=t("announcement.select")%>
<%= b.category.title rescue "" %> <% if (b.category.disable rescue false) %> <%= t(:disabled) %> <% end %> <%= b.title.to_s.html_safe %> <% if b.expired? %> <%= t(:expired) %> <% end %> <% if b.reapproval %> <%= t("announcement.reapproval") + " " + t(:pending) %> <% end %> <% if b.rejected %> <%= t(:rejected) %> : <%= b.rejection_reason rescue "" %> <% end %> <% if !b.approved? && !b.rejected %> <%= t(:pending) %> <% end %> <%= b.display_postdate %>
<%= content_tag :div, class: "bottomnav_block clearfix" do content_tag(:div, paginate(@bulletins), class: "pagination pagination-centered") end %>