mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-03 05:01:05 +08:00
8 lines
No EOL
349 B
Smarty
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 }}} |