<%%= header new_dash_<%= singular_name %>_path %> <%% <%= @instance_plural %>.each do |<%= singular_name %>| %> <%% end %>
# <%%= <%= class_name %>.human_attribute_name :created_at %> <%%= t 'dash.grid.actions' %>
<%%= <%= singular_name %>.id %> <%%= l <%= singular_name %>.created_at %> <%%= link_to t('dash.grid.update'), [:dash, <%= singular_name %>] %> <%%= link_to t('dash.grid.destroy'), [:dash, <%= singular_name %>], method: 'delete' %>
<%%= pager <%= @instance_plural %> %>