Sha256: 59fa2fdd59eb22baad444835ba40addf767ac652ac52ae980054ee62fede8f40

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

<% for attribute in attributes -%>
<p>
  <b><%= attribute.column.human_name %>:</b>
  <%%=h @<%= singular_name %>.<%= attribute.name %> %>
</p>

<% end -%>

<%%= link_to 'Edit', <%= edit_path("@#{singular_name}") %> %> |
<%%= link_to 'Back', <%= index_path %> %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
handy-generators-0.0.2 rails_generators/hscaffold/templates/view_show.html.erb
handy-generators-0.0.1 rails_generators/hscaffold/templates/view_show.html.erb