diff options
| -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 4b4e6b0..dc12487 100644 --- a/Project-Unite/ACL.cs +++ b/Project-Unite/ACL.cs @@ -20,7 +20,7 @@ namespace Project_Unite if (user == null) return hpr.Raw(@"<a href=""#"">No new users</a>"); else - return hpr.Raw("<a href=\"/Profiles/ViewProfile/" + user.DisplayName + "\">Our newest user, <strong>" + user.DisplayName + "</strong></a>"); + 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 Markdown(this HtmlHelper hpr, string md) |
