diff options
| author | Michael <[email protected]> | 2017-03-24 15:32:39 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-24 15:32:39 -0400 |
| commit | ac2cf7171b10e44100d100379329e8b26a0c8014 (patch) | |
| tree | 121dc3e31b9671c611842ab8991ce6109d4f074c /Project-Unite | |
| parent | 7c76a963c8e2bc891c38f664c60d9daac31822ee (diff) | |
| download | project-unite-ac2cf7171b10e44100d100379329e8b26a0c8014.tar.gz project-unite-ac2cf7171b10e44100d100379329e8b26a0c8014.tar.bz2 project-unite-ac2cf7171b10e44100d100379329e8b26a0c8014.zip | |
Oops.
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/ACL.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/ACL.cs b/Project-Unite/ACL.cs index 97131b0..841aeb9 100644 --- a/Project-Unite/ACL.cs +++ b/Project-Unite/ACL.cs @@ -33,7 +33,7 @@ namespace Project_Unite return hpr.Raw("<a href=\"/Profiles/ViewProfile/" + user.DisplayName + "\"><span class=\"glyphicon glyphicon-star\"></span> Our newest user, <strong>" + user.DisplayName + "</strong></a>"); } - public static IHtmlString GetLatestNotifications(this HtmlHelper hpr, string userName) + public static IHtmlString GetLatestUnread(this HtmlHelper hpr, string userName) { var db = new ApplicationDbContext(); var user = db.Users.FirstOrDefault(x => x.UserName == userName); |
