- Timestamp:
- 08/23/24 15:40:14 (2 months ago)
- Branches:
- main
- Children:
- e9bb9d1
- Parents:
- 72b1da2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/BlogPostAnswers/Create.cshtml
r72b1da2 r118e414 17 17 @Html.ValidationSummary(true, "", new { @class = "text-danger" }) 18 18 19 <div class="form-group">19 @* <div class="form-group"> 20 20 @Html.LabelFor(model => model.parent_id, htmlAttributes: new { @class = "control-label col-md-2" }) 21 21 <div class="col-md-10"> … … 24 24 </div> 25 25 </div> 26 26 *@ 27 27 <div class="form-group"> 28 28 @Html.LabelFor(model => model.reply, htmlAttributes: new { @class = "control-label col-md-2" })
Note:
See TracChangeset
for help on using the changeset viewer.