@model Project_Unite.Models.Skin @{ ViewBag.Title = Model.Name + " - Skin Repository"; ViewBag.Description = Model.ShortDescription; ViewBag.Keywords = "shiftos, shift, shifting, shifted, shifter, " + Model.Keywords; if (!string.IsNullOrWhiteSpace(Model.ScreenshotUrl)) { ViewBag.Image = "http://getshiftos.ml/" + Model.ScreenshotUrl; } }
...a skin by @Html.UserLink(Model.UserId) on @Model.PostedAt