Sha256: 8e157c0872cb4b6fec54e0a6831054196a5d1005461b0cce92d22131c4ae8bf9

Contents?: true

Size: 357 Bytes

Versions: 1

Compression:

Stored size: 357 Bytes

Contents

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

<%%= render 'form' %>

<%- if options.cancan? -%>
<%%= link_to 'Listado', <%= index_helper %>_path if can? :read, <%= singular_table_name.camelize %> %>
<%- else -%>
<%%= link_to 'Listado', <%= index_helper %>_path %>
<%- end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rieles-0.0.1 lib/generators/rieles/templates/new.html.erb