Sha256: c3399e8f2caace7934e1fec0177ccd7204badac9415627e0dd63c421c0ce7d7f
Contents?: true
Size: 532 Bytes
Versions: 1
Compression:
Stored size: 532 Bytes
Contents
<p id="notice"><%%= notice %></p> <%- attributes.each do |attribute| -%> <p> <b><%= attribute.human_name %>:</b> <%%= @<%= singular_table_name %>.<%= attribute.name %> %> </p> <%- end -%> <%- if options.cancan? -%> <%%= link_to 'Editar', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) if can? :update <%= singular_table_name.camelize %> %> <%- else -%> <%%= link_to 'Editar', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %> <%- end -%> | <%%= link_to 'Listado', <%= index_helper %>_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rieles-0.0.1 | lib/generators/rieles/templates/show.html.erb |