Sha256: 8e47535e23370f90c2c66a03943f3d317330eb292d6651dcf0bcdd110e189d76
Contents?: true
Size: 378 Bytes
Versions: 1
Compression:
Stored size: 378 Bytes
Contents
<%% title <%= class_name %>.human_name %> <%- for attribute in attributes -%> <p> <strong><%%= <%= class_name %>.human_attribute_name('<%= attribute.name %>') %>:</strong> <%%=h @<%= singular_name %>.<%= attribute.name %> %> </p> <%- end -%> <p> <%= render_link :edit, :ident => 1 -%> <%= render_link :destroy, :ident => 1 -%> <%= render_link :index, :ident => 1 -%> </p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
splendeo-generators-0.3.1 | rails_generators/splendeo_scaffold/templates/views/erb/show.html.erb |