Sha256: 11953a416802f1f5d0a0b0fe5910f7bc6050783c477ea7c58a55ab630d5aa7ae
Contents?: true
Size: 506 Bytes
Versions: 1
Compression:
Stored size: 506 Bytes
Contents
<body> <form action="<%= path %>" method="post"> <input type="hidden" name="<%= "#{@model}.id" %>" value="<%= "${#{@model}.id}" %>"> <% @attributes.each do |att| -%> <div class="field"> <%= att.name.capitalize %>:<br /> <input type="text" name="<%= "#{@model}.#{att.name}" %>" value="<%= "${#{@model}.#{att.name}}" %>"> </div> <% end -%> <div class="actions"> <button type="submit" name="_method" value="put">update</button> </div> </form> <a href="<%= path %>">Back</a> </body>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vraptor-scaffold-0.0.1.beta2 | lib/generators/scaffold_generator/freemarker_generator/templates/edit.erb |