mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix rendering company description.
This commit is contained in:
@@ -68,6 +68,8 @@ namespace cicm_web.Controllers
|
||||
|
||||
if(company == null) return Index();
|
||||
|
||||
ViewBag.CompanyDescription = company.Description?.Text;
|
||||
|
||||
return View(company);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user