@model LOC.Core.LogEntry @{ ViewBag.Title = "Details"; }

Details

LogEntry
Date
@String.Format("{0:g}", Model.Date)
Category
@Model.Category
Message
@Model.Message

@Html.ActionLink("Edit", "Edit", new { id=Model.LogEntryId }) | @Html.ActionLink("Back to List", "Index")