Sha256: fcc4ddfc795a704e0184cc2b3074ace3489d8037db367ab767793133e95de967
Contents?: true
Size: 346 Bytes
Versions: 1
Compression:
Stored size: 346 Bytes
Contents
<head> <title><%= class_name %> [show]</title> </head> <body> <p id="message">${message}</p> <%- @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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
springmvc-scaffold-1.0.1 | lib/springmvc-scaffold/generators/scaffold/jsp/templates/show.erb |