Removed commented buttons.

This commit is contained in:
flash 2019-01-22 17:03:03 +01:00
parent 6424f646e2
commit a560fba80f

View file

@ -23,8 +23,6 @@
{% if current_user is defined %}
<div class="container forum__actions">
<a href="?m=mark&amp;c={{ csrf_token('forum_mark') }}" class="input__button forum__actions__button">Mark All Read</a>
{#<a href="?m=unread" class="input__button forum__actions__button">Unread Posts</a>#}
{#<a href="?m=your" class="input__button forum__actions__button">Your Posts</a>#}
</div>
{% endif %}
{% else %}