diff --git a/Project-Unite/Views/Home/Search.cshtml b/Project-Unite/Views/Home/Search.cshtml index e786832..6adf5af 100644 --- a/Project-Unite/Views/Home/Search.cshtml +++ b/Project-Unite/Views/Home/Search.cshtml @@ -63,13 +63,43 @@ @if (!string.IsNullOrEmpty(download.DevUpdateId)) { Watch dev update - View details - Download } + View details + Download + } +
+

Skins

+ + + + + + + @foreach (var download in Model.Skins.OrderByDescending(x => x.PostedAt)) + { + + + + + + } +
SkinPopularityActions
+

@download.Name
...made by @Html.UserLink(download.UserId), released at @download.PostedAt

+
+ @download.Likes.Length @download.Dislikes.Length + + View details + Download +
+
+ + + + \ No newline at end of file