ryanb / nested_form

Rails plugin to conveniently handle multiple models in a single form.
MIT License
1.79k stars 505 forks source link

Using button_to_add/remove instead of link_to_add/remove to be more semantic #290

Open leckylao opened 10 years ago

leckylao commented 10 years ago

By reading the article by Heydon http://coding.smashingmagazine.com/2013/08/20/semantic-css-with-intelligent-selectors/. And using the https://github.com/Heydon/REVENGE.CSS.

We would see the warning message for link_to_remove is something like: "Do you mean for this to be a link or a

leckylao commented 10 years ago

PR #289