erichexter / twitter.bootstrap.mvc

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

Htmlhelpers glyphs #44

Closed serra closed 11 years ago

serra commented 11 years ago

Created html helpers package; please review and check if this is what you had in mind.

I've created the nuspec file and added it to the build script. I also added this html helpers package to the sample package (so that I could easily test with it).

Feedback is appreciated. Please look at the api

<li>@Html.ActionLinkWithGlyphIcon(Url.Action("Index"),
                                    "Back to List",
                                    GlyphIcons.icon-list)</li>

and the location of the helpers folder.