spine / spine-rails

Spine plugin for Rails
171 stars 38 forks source link

I found the output of "edit" to be a little hard to follow. #15

Closed phaedryx closed 13 years ago

phaedryx commented 13 years ago

I found the output to be a little hard to follow. This matches my preference better. Take a look, see if you like it.

phaedryx commented 13 years ago

Something that I hadn't considered: the "edit" and "new" forms would both be added to the DOM (and just hidden when inactive) which would mean two inputs with the same "id"; maybe not desirable. There might be some other minor issues with this patch.