Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Created January 21, 2016 05:22
Show Gist options
  • Save jesulink2514/7f292d27df155235d98c to your computer and use it in GitHub Desktop.
Save jesulink2514/7f292d27df155235d98c to your computer and use it in GitHub Desktop.
Vista parcial para el renderizado de controles bootstrap
@model RefactorView.Infraestructure.Html.FormControl
<div class="form-group">
@Model.Label
<div class="@Model.ContainerSize">
@Model.Control
@Model.Validation
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment