97 remaining

This commit is contained in:
Paul Schneider 2023-03-20 19:38:50 +00:00
commit 49ca652549
43 changed files with 103 additions and 168 deletions

View file

@ -1,7 +1,7 @@
@model IEnumerable<Estimate>
@{
ViewData["Title"] = SR["My estimates"];
ViewData["Title"] = "My estimates";
}
<h2>Index</h2>