trying to localize

This commit is contained in:
2019-06-16 01:10:52 +01:00
parent 66fe0e3fb9
commit c2327b07d7
32 changed files with 510 additions and 68 deletions

View File

@ -70,6 +70,8 @@ namespace Yavsc.Controllers
await _context.SaveChangesAsync();
return RedirectToAction("Index");
}
ViewBag.Features = Features(_context);
ViewBag.Statuses = Statuses(default(BugStatus));
return View(bug);
}