mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix presentation of company description in user view.
This commit is contained in:
@@ -372,7 +372,8 @@
|
|||||||
</div>
|
</div>
|
||||||
@if (_description != null)
|
@if (_description != null)
|
||||||
{
|
{
|
||||||
<div class="container-fluid row">
|
<hr/>
|
||||||
|
<div class="container">
|
||||||
@((MarkupString)_description)
|
@((MarkupString)_description)
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user