Skip to content

Commit 8e07aab

Browse files
committed
Merge branch 'master' of https://github.com/ZeroK-RTS/Zero-K-Infrastructure into ranks
2 parents c9a4603 + c6a3157 commit 8e07aab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Zero-K.info/Views/Shared/UserDetail.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
<td>
120120
<div class="avatarbg">
121121
<!-- @Html.AccountAvatar(Model) -->
122-
@if (Model.Clan != null) { Html.PrintClan(Model.Clan, true, true); }
123-
else if (Model.Faction != null) { Html.PrintFaction(Model.Faction, true); }
122+
@if (Model.Clan != null) { @Html.PrintClan(Model.Clan, true, true); }
123+
else if (Model.Faction != null) { @Html.PrintFaction(Model.Faction, true); }
124124
</div>
125125
</td>
126126
</tr>
@@ -244,7 +244,7 @@
244244
</div>
245245

246246

247-
@if (Global.IsModerator)
247+
if (Global.IsModerator)
248248
{
249249
<div class="admin">
250250
@Html.ActionLink("Admin user", "AdminUserDetail", "Users", new { id = Model.AccountID }, null)

0 commit comments

Comments
 (0)