Hide unimplemented buttons for now.
This commit is contained in:
parent
bb0fd1bf6a
commit
0fcd91ef48
1 changed files with 2 additions and 1 deletions
|
@ -13,12 +13,13 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
{#
|
||||||
<div class="container forum__actions">
|
<div class="container forum__actions">
|
||||||
<a class="input__button forum__actions__button">Mark All Read</a>
|
<a class="input__button forum__actions__button">Mark All Read</a>
|
||||||
<a class="input__button forum__actions__button">Unanswered Posts</a>
|
<a class="input__button forum__actions__button">Unanswered Posts</a>
|
||||||
<a class="input__button forum__actions__button">New Posts</a>
|
<a class="input__button forum__actions__button">New Posts</a>
|
||||||
<a class="input__button forum__actions__button">Your Posts</a>
|
<a class="input__button forum__actions__button">Your Posts</a>
|
||||||
</div>
|
</div>#}
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{ container_title('<i class="fas fa-comment-slash fa-fw"></i> Forums') }}
|
{{ container_title('<i class="fas fa-comment-slash fa-fw"></i> Forums') }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue