@model IEnumerable @{ ViewBag.Admin = true; ViewBag.Title = "Audit logs"; }

Audit logs

Below is a list of all actions carried out by all users on this site.

@foreach(var i in Model.OrderByDescending(x=>x.Timestamp)) { }
Action User & Timestamp Level
@Html.Raw(i.Description) @Html.UserLink(i.UserId) at @i.Timestamp @i.Level