Sha256: e0716ce0eab7bdc223cab82563b0ee47e80f8effe0cc1beea395b8ad2a2a67b5
Contents?: true
Size: 491 Bytes
Versions: 1
Compression:
Stored size: 491 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 /> <%= "<@html.#{att.html_input} \"#{@model}.#{att.name}\" #{@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.beta3 | lib/generators/scaffold_generator/freemarker_generator/templates/edit.erb |