firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

removed bootstrap classes from winter draft generator #89

Closed pmckernin closed 4 years ago

pmckernin commented 4 years ago

This pull requests address #85. I have removed the bootstrap classes from the winter-2020 branch.

jelaniwoods commented 4 years ago

@pmckernin Is it necessary to remove all the classes from each View, even though students will only ever get the index and show pages?

Unless, of course, we talk about more flags this quarter.

pmckernin commented 4 years ago

I spoke with @raghubetina about removing bootstrap from all of the draft:resource generators. Also, the extra line is to make sure our <label> match the way they are displayed throughout the rest of the gem. @jelaniwoods @raghubetina Want to get a go head to merge this.