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:
@@ -433,11 +433,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@* TODO: This is not working with EF, check why *@
|
||||
@if(Model.Description != null)
|
||||
@if(ViewBag.CompanyDescription != null)
|
||||
{
|
||||
<div class="container-fluid row">
|
||||
@Html.Raw(Model.Description)
|
||||
@Html.Raw(ViewBag.CompanyDescription)
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user