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 @@
- | Skin | -Popularity | +Skin | 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 |
---|