mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Make UI resilient to delete user
Work Item: 17101 --HG-- branch : 1.x
This commit is contained in:
@@ -11,5 +11,5 @@
|
||||
<li>@if (modifiedUtc.HasValue) {
|
||||
@T("Last modified: {0}", Display.DateTimeRelative(dateTimeUtc: modifiedUtc.Value))} |
|
||||
</li>
|
||||
<li>@T("By {0}", owner.UserName)</li>
|
||||
<li>@T("By {0}", owner == null ? "<null>" : owner.UserName)</li>
|
||||
</ul>
|
Reference in New Issue
Block a user