ryanb / railscasts

railscasts.com in open source (outdated).
http://railscasts.com
MIT License
760 stars 175 forks source link

Added button to discard a reply to a comment. #55

Closed sindrenm closed 8 years ago

sindrenm commented 12 years ago

Hey!

I've created a button on your New Comment form which is visible only when the form is being used for replying to another comment. The button unobtrusively removes the form from the page (actually removes it from the DOM, it's not just hiding it). It's a small commit, but a feature I think should be available in those cases where you figure you really don't want to reply anyway, when you clicked the wrong reply link or whatever.

Hope you find it useful. :-)

sindrenm commented 8 years ago

Closing due to inactivity.