읽지않은 알림도 표시

This commit is contained in:
Lastorder 2024-06-23 21:31:52 +09:00 committed by GitHub
parent 9307126750
commit 77e413ac89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<a href="{getUrl('readed', '')}">안읽은 알림</a>
</li>
<li class="active"|cond="$readed == 'Y'">
<a href="{getUrl('readed', 'Y')}">전체 알림</a>
<a href="{getUrl('readed', 'All')}">전체 알림</a>
</li>
</ul>
<table class="table table-striped table-hover" style="margin-top:20px;">