vicvega / chaltron

Template generator for rails application with bootstrap, devise...
MIT License
9 stars 2 forks source link

list-group in edit #64

Closed jonnynux closed 3 years ago

jonnynux commented 3 years ago

Should the html tag in edit containg class list-group be an ul instead of a div?

jonnynux commented 3 years ago

Bootstrap suggests to use ul only if you want to include il items. Use div instead. Actual code is correct.