Changeset 72b1da2 for PostgreSqlDotnetCore/Views/Blog/Edit.cshtml
- Timestamp:
- 08/23/24 03:03:32 (3 months ago)
- Branches:
- main
- Children:
- 118e414
- Parents:
- 57fc402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/Blog/Edit.cshtml
r57fc402 r72b1da2 41 41 </div> 42 42 </div> 43 <div class="form-group">43 @*<div class="form-group"> 44 44 @Html.LabelFor(model => model.users_id, htmlAttributes: new { @class = "control-label col-md-2" }) 45 45 <div class="col-md-10"> … … 48 48 </div> 49 49 </div> 50 50 *@ 51 51 <div class="form-group"> 52 52 <div class="col-md-offset-2 col-md-10">
Note:
See TracChangeset
for help on using the changeset viewer.