always display other users list in mod view

This commit is contained in:
Thibault Duplessis 2016-09-08 11:43:29 +02:00
parent 781dfb1811
commit ba1ff72cd9

View file

@ -262,13 +262,10 @@
<br />
}
</div>
@if(spy.otherUsers.size == 1) {
<strong data-icon="f"> No similar user found</strong>
} else {
<table class="others slist">
<thead>
<tr>
<th>@spy.otherUsers.size similar user(s)</th>
<th>@spy.otherUsers.size user(s) on these IPs</th>
<th>Same</th>
<th>Games</th>
<th>Marks</th>
@ -306,7 +303,6 @@
}
</tbody>
</table>
}
<div class="listings clearfix">
<div class="spy_ips">
<strong>@spy.ips.size IP addresses</strong> <ul>@spy.ipsByLocations.map {