%%= header new_dash_<%= singular_name %>_path %>
# | <%%= <%= class_name %>.human_attribute_name :created_at %> | <%%= t 'global.actions' %> |
---|---|---|
<%%= <%= singular_name %>.id %> | <%%= l <%= singular_name %>.created_at %> | <%%= link_to t('global.update'), [:edit, :dash, <%= singular_name %>] %> <%%= link_to t('global.destroy'), [:dash, <%= singular_name %>], confirm: t('global.confirm'), method: 'delete' %> |