Skip to content

Commit 60f6d00

Browse files
committed
add a search icon to empty clan box
1 parent 5d6ac27 commit 60f6d00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@
124124
<!-- @Html.AccountAvatar(Model) -->
125125
@if (Model.Clan != null) { @Html.PrintClan(Model.Clan, true, true); }
126126
else if (Model.Faction != null) { @Html.PrintFaction(Model.Faction, true); }
127+
else
128+
{
129+
@: <img style="padding: 22px;" src="/img/search_img.png">
130+
}
127131
</div>
128132
</a>
129133
</td>

0 commit comments

Comments
 (0)