Add user search
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@using MileageTraker.Web.Utility
|
||||
@model DateTime
|
||||
|
||||
@if (!Model.IsSqlMinValue())
|
||||
{
|
||||
@Html.Encode(Model)
|
||||
<span class="muted">(@Html.Encode((DateTime.Now - Model).ToVerboseStringHistoric()))</span>
|
||||
}
|
||||
else
|
||||
{
|
||||
<span class='label label-info'>No Activity</span>
|
||||
}
|
||||
Reference in New Issue
Block a user