mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00:00
Don't forget your star glyphicons :P
This commit is contained in:
parent
1bcaa0b444
commit
09d7b3fb71
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue