Don't forget your star glyphicons :P

This commit is contained in:
Michael 2017-03-23 09:54:03 -04:00
parent 1bcaa0b444
commit 09d7b3fb71

View file

@ -20,7 +20,7 @@ namespace Project_Unite
if (user == null) if (user == null)
return hpr.Raw(@"<a href=""#"">No new users</a>"); return hpr.Raw(@"<a href=""#"">No new users</a>");
else 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) public static IHtmlString Markdown(this HtmlHelper hpr, string md)