Sha256: f74466cc31f2210a3e54261e4d3b7c70c2cf3871fc4c4bb4e02cd47671c30dc3

Contents?: true

Size: 340 Bytes

Versions: 3

Compression:

Stored size: 340 Bytes

Contents

<p id="notice"><%%= notice %></p>

<%- attributes.each do |attribute| -%>
<p>
  <b><%= attribute.human_name %>:</b>
  <%%= @<%= singular_table_name %>.<%= attribute.name %> %>
</p>

<%- end -%>
<%%= link_to 'Editar', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %> |
<%%= link_to 'Listado', <%= index_helper %>_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rieles-0.0.4 lib/templates/erb/scaffold/show.html.erb
rieles-0.0.3 lib/templates/erb/scaffold/show.html.erb
rieles-0.0.2 lib/generators/rieles/templates/show.html.erb