mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
FIX: Show last match time of screened IP address (#19382)
The labels are hidden on the desktop and it was hidden using CSS.
This commit is contained in:
@ -54,10 +54,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="col last_match_at">
|
<td class="col last_match_at">
|
||||||
{{#if item.last_match_at}}
|
{{#if item.last_match_at}}
|
||||||
<div class="label">
|
<div class="label">{{i18n "admin.logs.last_match_at"}}</div>
|
||||||
{{i18n "admin.logs.last_match_at"}}
|
{{age-with-tooltip item.last_match_at}}
|
||||||
{{age-with-tooltip item.last_match_at}}
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
<td class="col actions">
|
<td class="col actions">
|
||||||
|
Reference in New Issue
Block a user