Sha256: 045bc0947fa798b9c6dbe1afb6f6115bee99127868c4b433093ace8a01770227
Contents?: true
Size: 694 Bytes
Versions: 64
Compression:
Stored size: 694 Bytes
Contents
<div id="pageTitle"> <h1>New <%= class_name.camelize %></h1> </div> <div id="toolbar"> <%%= link_to "Back", :action => :index %> </div> <div id="content"> <form method="POST" action="<%%= url_for :action => :create %>"> <input type="hidden" name="id" value="<%%= @<%= name.downcase %>.object %>"/> <table> <% attributes.each do |attribute| %> <tr> <td class="itemLabel"><%= humanize(attribute) %>: </td> <td class="itemValue"><input type="text" name="<%= name.downcase %>[<%= attribute %>]"/></td> </tr> <% end %> </table> <input type="submit" class="standardButton" value="Create" /> </form> </div>
Version data entries
64 entries across 64 versions & 1 rubygems