MBO / attrtastic

Attrtastic, in its assumtion, should be similar in usage to formtastic and ease of displaying AR record informations (attributes). It should help scafforld show/index pages.
http://github.com/MBO/attrtastic
MIT License
50 stars 8 forks source link

legend tag should contain span #7

Closed gucki closed 13 years ago

gucki commented 13 years ago

To better comply with formtastic and to allow for better styling, the legend tag should wrap the text inside a span.

<legend>
  <span>
    text goes here
gucki commented 13 years ago

I just implemented it, please see other issue/ pull request. :)