From 93b8378398443cf6d2ef384c1fe8419e8263a413 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 16 Apr 2017 19:06:51 -0400 Subject: [PATCH] do you wanna build a byte man --- Project-Unite/Views/Skins/Index.cshtml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Project-Unite/Views/Skins/Index.cshtml b/Project-Unite/Views/Skins/Index.cshtml index fb2d58d..b9764ab 100644 --- a/Project-Unite/Views/Skins/Index.cshtml +++ b/Project-Unite/Views/Skins/Index.cshtml @@ -19,8 +19,7 @@ - - + @foreach(var skin in Model) @@ -30,14 +29,16 @@ -
SkinPopularitySkin Download
@Html.ActionLink(skin.Name, "ViewSkin", "Skins", new { id = skin.Id }, null)

By @Html.UserLink(skin.UserId) on @skin.PostedAt

-
- @* First we'll do the likes... *@ +

@* First we'll do the likes... *@ @skin.Likes.Length @* Now the dislikes. *@ @skin.Dislikes.Length @*Now the views.*@ @skin.Views.Length +

+ +

@skin.ShortDescription

+
Download this skin