Sha256: f6c6fdf93a443f82386301c8e2d7f101650d998c049afb2a0a8b915203dfb0c0

Contents?: true

Size: 339 Bytes

Versions: 168

Compression:

Stored size: 339 Bytes

Contents

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

<% end -%>
<%%= link_to 'Edit', "/<%= plural_table_name %>/#{@<%= singular_table_name %>.id}/edit" %> |
<%%= link_to 'Back', "/<%= plural_table_name %>" %>

Version data entries

168 entries across 168 versions & 3 rubygems

Version Path
jets-0.5.7 lib/jets/generator/templates/erb/scaffold/show.html.erb
jets-0.5.6 lib/jets/generator/templates/erb/scaffold/show.html.erb
jets-0.5.5 lib/jets/generator/templates/erb/scaffold/show.html.erb
jets-0.5.4 lib/jets/generator/templates/erb/scaffold/show.html.erb
jets-0.5.3 lib/jets/generator/templates/erb/scaffold/show.html.erb
jets-0.5.2 lib/jets/generator/templates/erb/scaffold/show.html.erb
jets-0.5.1 lib/jets/generator/templates/erb/scaffold/show.html.erb
jets-0.5.0 lib/jets/generator/templates/erb/scaffold/show.html.erb