1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-20 23:51:28 +01:00

[ticket/16237] fix missed report icon

PHPBB3-16237
This commit is contained in:
hanakin 2020-08-13 20:39:42 -10:00 committed by Marc Alexander
parent bc59782171
commit 401eac09cf
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -353,7 +353,7 @@
</form>
<!-- ELSE -->
<p class="post-notice unapproved">
<span><i class="icon fa-exclamation icon-red fa-fw" aria-hidden="true"></i></span>
<span>{{ Icon('iconify', 'fa:exclamation', '', true, 'c-topic-reported-icon') }}</span>
<strong>{L_POST_UNAPPROVED_EXPLAIN}</strong>
</p>
<!-- ENDIF -->