Change read icon

Fix #8322
This commit is contained in:
Nicolas Lœuillet
2025-07-02 16:19:29 +02:00
parent 064b9c4415
commit 8f563c3073
5 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@
<input type="hidden" name="token" value="{{ csrf_token('archive-entry') }}"/>
<button type="submit" class="btn-link tool grey-text" title="{{ 'entry.list.toogle_as_read'|trans }}">
<i class="material-icons">{% if entry.isArchived == 0 %}done{% else %}unarchive{% endif %}</i>
<i class="material-icons">{% if entry.isArchived == 0 %}archive{% else %}unarchive{% endif %}</i>
</button>
</form>
{% endif %}