Sha256: 9800687b14dcc1fc5011465fbfcb4634c0fea02b7cadb1b76c7dbc00a803c176
Contents?: true
Size: 452 Bytes
Versions: 1
Compression:
Stored size: 452 Bytes
Contents
<h1><%= controller_class_name %> controller, show action</h1> <p>Edit this file in <tt>app/views/<%= file_name %>/show.html.erb</tt></p> <% for property in properties -%> <p> <b><%= DataMapper::Inflection.humanize(property.field) %>:</b> <%%=h @<%= singular_model %>.<%= property.getter %> %> </p> <% end -%> <%%= link_to 'Edit', url(:edit_<%= singular_model %>, @<%= singular_model %>) %> | <%%= link_to 'Back', url(:<%= plural_model %>) %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thorero-gen-0.9.4 | templates/component/resource_controller/datamapper/app/views/%file_name%/show.html.erb |