mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
the kids found the guillotine
This commit is contained in:
parent
5c9b5be903
commit
eb8a56e37e
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@
|
||||||
ViewBag.Title = Model.Name + " - Skin Repository";
|
ViewBag.Title = Model.Name + " - Skin Repository";
|
||||||
ViewBag.Description = Model.ShortDescription;
|
ViewBag.Description = Model.ShortDescription;
|
||||||
ViewBag.Keywords = "shiftos, shift, shifting, shifted, shifter, " + Model.Keywords;
|
ViewBag.Keywords = "shiftos, shift, shifting, shifted, shifter, " + Model.Keywords;
|
||||||
if(!string.IsNullOrWhiteSpace(Model.ScreenshotUrl))
|
if (!string.IsNullOrWhiteSpace(Model.ScreenshotUrl))
|
||||||
ViewBag.Image = "http://getshiftos.ml/" + Model.ScreenshotUrl;
|
{
|
||||||
|
ViewBag.Image = "http://getshiftos.ml/" + Model.ScreenshotUrl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
<h2>@Model.Name</h2>
|
<h2>@Model.Name</h2>
|
||||||
|
|
Loading…
Reference in a new issue