@model Project_Unite.Models.ApplicationUser @{ ViewBag.Title = "My profile"; }
@ViewBag.StatusMessage
| Full name: |
@if (string.IsNullOrWhiteSpace(Model.FullName))
{
Not provided. } else {@Model.FullName } |
| Display name: | @Model.DisplayName |
| Codepoints: If you have your in-game system linked with your account, your Codepoints will be shown here. |
@Model.Codepoints |
| Links | @if (!string.IsNullOrWhiteSpace(Model.YoutubeUrl)) { } @if (!string.IsNullOrWhiteSpace(Model.Website)) { Website } |
This feature has not been implemented just yet.
This feature has not been implemented just yet.
This feature has not been implemented just yet.
| Password: | @Html.ActionLink("Change", "ChangePassword", "Manage", null, new { @class = "btn btn-default" }) |