Migrate to bootstrap 4 in LeafWeb
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
"",
|
||||
Model.HasValue && Model.Value,
|
||||
htmlAttributes)
|
||||
@Html.ValidationMessageFor(m => m, null, new { @class = "help-block" })
|
||||
@Html.ValidationMessageFor(m => m, null, new { @class = "form-text" })
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user