mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +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))
|
@foreach(var i in Model.OrderByDescending(x=>x.Timestamp))
|
||||||
{
|
{
|
||||||
<tr>
|
<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>@Html.UserLink(i.UserId) at @i.Timestamp</td>
|
||||||
<td>@i.Level</td>
|
<td>@i.Level</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue