Skip to content

Commit

Permalink
Ok I wasn't satisfied with notes yet
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jan 12, 2024
1 parent b47485d commit e8d1fa6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions SS14.Admin/Pages/Players/Info.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@
<table class="table table-striped mt-3">
<thead>
<tr>
<th>Type</th>
<th style="min-width: 110px">Type</th>
<th>Message</th>
<th>Round</th>
<th>Severity</th>
<th style="min-width: 100px">Severity</th>
<th>Visible/Seen</th>
<th>Playtime (h:mm)</th>
<th>Expires (UTC)</th>
<th>Created</th>
<th>Edited</th>
<th style="min-width: 130px">Expires (UTC)</th>
<th>Created (UTC)</th>
<th>Edited (UTC)</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -141,7 +141,7 @@
switch (note.Severity)
{
case NoteSeverity.None:
<text><i class="fas fa-check-circle"></i> None</text>
<span class="text-secondary"><i class="fas fa-check-circle"></i> None</span>
break;
case NoteSeverity.Minor:
<span class="text-info"><i class="fas fa-minus-circle"></i> Minor</span>
Expand Down Expand Up @@ -207,7 +207,6 @@
{
<text>Permanent</text>
}

</td>
<td>
@remark.CreatedAt.ToUniversalTime().ToString("yyyy-MM-dd HH:mm:ss")<br/>
Expand Down

0 comments on commit e8d1fa6

Please sign in to comment.