<% content_for(:title) { @page.resource_name.pluralize.titleize } %> <% content_for(:search) do %> <% end %>

<%= content_for(:title) %>

<%= link_to( "New #{@page.resource_name.titleize.downcase}", [:new, Administrate::NAMESPACE, @page.resource_name], class: "button", ) %>
<%= render "table", table_presenter: @page, resources: @resources %> <%= paginate @resources %>