<% nuevo = singular_table_name.split('_')[0].ends_with?("a") ? 'Nueva' : 'Nuevo' -%>

<%= nuevo %> <%= human_name %>

<%%= render 'form' %> <%%= link_to 'Listado', <%= index_helper %>_path %>