We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f1ff9 commit d86b0e4Copy full SHA for d86b0e4
.vs/BookShopInventoryApp/v14/.suo
1.5 KB
Views/Publisher/Details.cshtml
@@ -16,12 +16,6 @@
16
@Html.DisplayFor(model => model.Name)
17
</div>
18
19
- <div class="display-label">
20
- @Html.DisplayNameFor(model => model.Year)
21
- </div>
22
- <div class="display-field">
23
- @Html.DisplayFor(model => model.Year)
24
25
26
<div class="display-label">
27
@Html.DisplayNameFor(model => model.Address)
0 commit comments