Sha256: b1ed97e3fb904f6545a7ce1ba48cab8c6c8de0193493a8cce877cc6257f2f534
Contents?: true
Size: 311 Bytes
Versions: 3
Compression:
Stored size: 311 Bytes
Contents
<head> <title><%= class_name %> [show]</title> </head> <body> <%- @attributes.each do |att| -%> <p> <b><%= att.html_label %>:</b> <%= "${#{model_parameter_name}.#{att.name}}" %> </p> <% end -%> <a href="<%= path "/${#{model_parameter_name}.id}/edit" %>">Edit</a> <a href="<%= path %>">Back</a> </body>
Version data entries
3 entries across 3 versions & 1 rubygems