Sha256: 20259c15ef7460deb0e04f600a6cacf7718e1a3dda1b6012c292bf3a2569ed0d
Contents?: true
Size: 317 Bytes
Versions: 2
Compression:
Stored size: 317 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 @<%= singular_table_name %> %> | <%%= link_to_index <%= class_name %> %> | <%%= link_to_back %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
link_to_action-0.3.0 | lib/generators/link_to_action/templates/show.html.erb |
link_to_action-0.2.5 | lib/generators/link_to_action/templates/show.html.erb |