erichexter / twitter.bootstrap.mvc

nuget package to make bootstrap easy with mvc4
Apache License 2.0
248 stars 134 forks source link

Include code templates that match the (Create/Details/Index) views in ~\Views\Shared #17

Closed serra closed 11 years ago

serra commented 11 years ago

So that when you create a new view, it's layout will match the twitter Bootstrap styles instead of the default mvc 4 ones.

erichexter commented 11 years ago

Thats a good idea.

serra commented 11 years ago

The templates added in cc389688c68f965d780ec101922d903a33c7da2f are a good start. I do find that I change them for my specific project, but that's not a bad thing since we should consider this a bootstrapper and not an end solution.