Sha256: a0693b4e0c07528edd69bc7ade53e5662c830da4a6927588a1c860e61485b02a

Contents?: true

Size: 377 Bytes

Versions: 3

Compression:

Stored size: 377 Bytes

Contents

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

<% attributes.reject(&:password_digest?).each do |attribute| -%>
<p>
  <strong><%= attribute.human_name %>:</strong>
  <%%= @<%= singular_table_name %>.<%= attribute.column_name %> %>
</p>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
railties-6.0.0.beta3 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.0.0.beta2 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.0.0.beta1 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt