mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
oops
This commit is contained in:
parent
4972b04c45
commit
f94ce8800c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
@foreach(var i in Model.OrderByDescending(x=>x.Timestamp))
|
||||
{
|
||||
<tr>
|
||||
<td>@Html.Raw(Html.Encode(i.Description))</td>
|
||||
<td>@Html.Raw(i.Description)</td>
|
||||
<td>@Html.UserLink(i.UserId) at @i.Timestamp</td>
|
||||
<td>@i.Level</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue