Skip to content

Commit 9d6ea62

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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)

Zero-K.info/asp.net.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@
666666
<Content Include="Img\galaxies\origin.txt" />
667667
<Content Include="Img\galaxies\render_19.jpg" />
668668
<Content Include="Img\galaxies\render_24.jpg" />
669+
<Content Include="Img\help.png" />
669670
<Content Include="Img\hof\r1_clans.jpg" />
670671
<Content Include="Img\hof\r1_map.jpg" />
671672
<Content Include="Img\hof\r1_winner.jpg" />

0 commit comments

Comments
 (0)