Sha256: dddcc404b755899204dbd5a2add95d57771b675b56b3bf3d1afad2efef87cd5d

Contents?: true

Size: 299 Bytes

Versions: 1

Compression:

Stored size: 299 Bytes

Contents

<% attributes.each do |attribute| -%>
<div>
  <label for=""><%= attribute[:name].titleize -%></label>
  {{input value=<%= attribute[:name].camelize(:lower) -%>}}
</div>
<% end -%>

<button type="submit" {{action save this}}>Save</button>
<button type="submit" {{action cancel this}}>Cancel</button>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ember-appkit-rails-0.4.0 lib/generators/templates/scaffold/template/form.hbs