Skip to content

Commit

Permalink
Update lib/generators/backbone/scaffold/templates/templates/new.jst
Browse files Browse the repository at this point in the history
  • Loading branch information
thluiz authored and Ryan Fitzgerald committed Jan 14, 2012
1 parent 5b57666 commit 68b61ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<% 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 %> %> >
<input type="text" name="<%= attribute.name %>" id="<%= attribute.name %>" value="<%%= <%= attribute.name %> %>" >
</div>

<% end -%>
Expand Down

0 comments on commit 68b61ca

Please sign in to comment.