nodebb-theme-harmony/templates/partials/thread_tools.tpl
Julian Lam 5f176cfeaa feat: init 🎉
Harmony starts here
Blank slate for now; bye bye styles
Let us now begin.
2022-11-25 11:59:13 -05:00

8 lines
No EOL
349 B
Smarty

{{{ if privileges.view_thread_tools }}}
<div title="[[topic:thread_tools.title]]" class="btn-group thread-tools bottom-sheet">
<button class="btn btn-sm btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" type="button">
<i class="fa fa-fw fa-gear"></i>
</button>
<ul class="dropdown-menu dropdown-menu-end"></ul>
</div>
{{{ end }}}