Sha256: 008f69c443eb511a19c581bb567ef2803bb40c6a4fc31c76873ef94c6a90b0c2
Contents?: true
Size: 519 Bytes
Versions: 10
Compression:
Stored size: 519 Bytes
Contents
<h1>Edit <%= singular_table_name %></h1> <form id="edit-<%= singular_table_name %>" name="<%= singular_table_name %>"> <% attributes.each do |attribute| -%> <div class="field"> <label for="<%= attribute.name %>"> <%= attribute.name %>:</label> <input type="text" name="<%= attribute.name %>" id="<%= attribute.name %>" value=<%%= <%= attribute.name %> %> > </div> <% end -%> <div class="actions"> <input type="submit" value="Update <%= human_name %>" /> </div> </form> <a href="#/index">Back</a>
Version data entries
10 entries across 10 versions & 2 rubygems