Skip to content

Commit

Permalink
add a search icon to empty clan box
Browse files Browse the repository at this point in the history
  • Loading branch information
DeinFreund committed Jan 7, 2018
1 parent 5d6ac27 commit 60f6d00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Zero-K.info/Views/Shared/UserDetail.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
<!-- @Html.AccountAvatar(Model) -->
@if (Model.Clan != null) { @Html.PrintClan(Model.Clan, true, true); }
else if (Model.Faction != null) { @Html.PrintFaction(Model.Faction, true); }
else
{
@: <img style="padding: 22px;" src="/img/search_img.png">
}
</div>
</a>
</td>
Expand Down

0 comments on commit 60f6d00

Please sign in to comment.