mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 09:01:55 +03:00
Added tag tag1 for changeset 4c285537b335
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@if(Request.IsAuthenticated) {
|
||||
<text>Welcome <b>@Context.User.Identity.Name</b>!
|
||||
[ @Html.ActionLink("Log Off", "LogOff", "Account") ]</text>
|
||||
}
|
||||
else {
|
||||
@:[ @Html.ActionLink("Log On", "LogOn", "Account") ]
|
||||
}
|
||||
Reference in New Issue
Block a user