summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-23 09:54:03 -0400
committerMichael <[email protected]>2017-03-23 09:54:03 -0400
commit09d7b3fb71cab6c5bf87d033fc0d9b23a6fb3456 (patch)
treef2474f436448e32d5848abd8e82ff62b6d22b8b5
parent1bcaa0b444be00949abcbd2dbf2110700b452e8f (diff)
downloadproject-unite-09d7b3fb71cab6c5bf87d033fc0d9b23a6fb3456.tar.gz
project-unite-09d7b3fb71cab6c5bf87d033fc0d9b23a6fb3456.tar.bz2
project-unite-09d7b3fb71cab6c5bf87d033fc0d9b23a6fb3456.zip
Don't forget your star glyphicons :P
-rw-r--r--Project-Unite/ACL.cs2
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)