diff --git a/source/SocialGoal/Views/Goal/Supporters.cshtml b/source/SocialGoal/Views/Goal/Supporters.cshtml index 0e83bbf..43148c4 100644 --- a/source/SocialGoal/Views/Goal/Supporters.cshtml +++ b/source/SocialGoal/Views/Goal/Supporters.cshtml @@ -13,13 +13,13 @@
- + @Html.User().Avatar(item.ProfilePicUrl, new {@class="span2"})
- @Html.ActionLink(@item.UserName, "UserProfile", "Account", new { id = item.UserId }, null) + @Html.ActionLink(@item.UserName, "UserProfile", "Account", new { id = item.Id }, null)
@item.Email