templates/scaffold_partial.html.mustache in eyeballs-0.5.4 vs templates/scaffold_partial.html.mustache in eyeballs-0.5.5

- old
+ new

@@ -5,8 +5,8 @@ <%- else -%> <h1 data-attribute="<%= attribute.name %>">{{<%= attribute.name %>}}</h1> <%- end -%> <% end %> - <a href="#" data-bind="<%= name.downcase.pluralize %>/edit">Edit</a> - <a href="#" data-bind="<%= name.downcase.pluralize %>/destroy">Delete</a> + <a href="#" data-bind="<%= name.downcase.pluralize %>#edit">Edit</a> + <a href="#" data-bind="<%= name.downcase.pluralize %>#destroy">Delete</a> </div> \ No newline at end of file