From ca0d3dd81ac7107e57a25c0fd8e2b61bb11c5199 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 23 Mar 2017 19:37:36 -0400 Subject: [PATCH] I forgot the glyphicon class.. --- Project-Unite/Views/Profiles/ViewProfile.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project-Unite/Views/Profiles/ViewProfile.cshtml b/Project-Unite/Views/Profiles/ViewProfile.cshtml index b208d01..bee2ed9 100644 --- a/Project-Unite/Views/Profiles/ViewProfile.cshtml +++ b/Project-Unite/Views/Profiles/ViewProfile.cshtml @@ -45,8 +45,8 @@ dislikeLink = likeLink.Replace("Like", "Dislike"); } } -
  • @post.Likes.Length
  • -
  • @post.Dislikes.Length
  • +
  • @post.Likes.Length
  • +
  • @post.Dislikes.Length