Sha256: c0495e1fc82936a3d974ad4541925048ef2ef5e24ecad7f7a82ab66f4e81e793
Contents?: true
Size: 519 Bytes
Versions: 13
Compression:
Stored size: 519 Bytes
Contents
<h1>New <%= singular_table_name %></h1> <form id="new-<%= 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="Create <%= human_name %>" /> </div> </form> <a href="#/index">Back</a>
Version data entries
13 entries across 13 versions & 3 rubygems