Sha256: d6474e6cb547f6acb1c3b4c19d88a7152d16d0e3a28bba031ca0dc9d21bf6e13

Contents?: true

Size: 344 Bytes

Versions: 1

Compression:

Stored size: 344 Bytes

Contents

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

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

<% end -%>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
railties-4.0.0.beta1 lib/rails/generators/erb/scaffold/templates/show.html.erb