<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @publications.each do |node| %> <% end %>
<%= link_to node.title, publication_path(node.id) %>
<%= node.status_for_table %> <%= node.author %> <%= node.pub_date.strftime('%Y-%m-%d') %> <%= node.category.title rescue "" %> <% if (node.category.disable rescue false) %> <%= t(:disabled) %> <% end %>
<%= content_tag :div, class: "bottomnav clearfix" do content_tag :div, paginate(@publications), class: "pagination pagination-centered" end %>