Sha256: 245228bb1a87b37d3c42dc4f31d051e509302f90f4dd6214520016d2640ca49e

Contents?: true

Size: 520 Bytes

Versions: 3

Compression:

Stored size: 520 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.human_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="#/">Back</a>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pbw-0.0.8 lib/generators/pbw/rules/command/templates/templates/new.jst
pbw-0.0.7 lib/generators/pbw/rules/command/templates/templates/new.jst
pbw-0.0.6 lib/generators/pbw/rules/command/templates/templates/new.jst