File tree Expand file tree Collapse file tree
src/XtremeIdiots.Portal.Web/Views/Players Expand file tree Collapse file tree Original file line number Diff line number Diff line change 151151 }
152152 @if (activeBan .Expires .HasValue )
153153 {
154- <span >— expires <time user-time utc =" @activeBan.Expires" ></time ></span >
154+ <span >— expires <time user-time utc =" @activeBan.Expires.Value " ></time ></span >
155155 }
156156 else
157157 {
303303 </dd >
304304 </div >
305305 }
306- @if (! string .IsNullOrWhiteSpace (Model .Intelligence .City ))
306+ @if (! string .IsNullOrWhiteSpace (Model .Intelligence .CityName ))
307307 {
308308 <div class =" detail-field" >
309309 <dt class =" detail-label" >City </dt >
310- <dd class =" detail-value" >@Model.Intelligence.City </dd >
310+ <dd class =" detail-value" >@Model.Intelligence.CityName </dd >
311311 </div >
312312 }
313313 </dl >
510510</div >
511511
512512<!-- Related Players -->
513- @if (Model .EnrichedRelatedPlayers != null && Model .EnrichedRelatedPlayers .Count != 0 )
513+ @if (Model ? .EnrichedRelatedPlayers != null && Model .EnrichedRelatedPlayers .Count != 0 )
514514{
515515<div class =" row" >
516516 <div class =" col-12" >
You can’t perform that action at this time.
0 commit comments