mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
remove strong
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="d-flex flex-column mt-3 ms-3">
|
||||
{{{ each hooks.methods }}}
|
||||
<div class="mb-3">
|
||||
<strong>{hooks.methods.id}</strong>
|
||||
<span>{hooks.methods.id}</span>
|
||||
<span class="text-secondary text-sm">Priority: {hooks.methods.priority}</span>
|
||||
|
||||
<button class="btn btn-light btn-sm float-end" type="button" data-bs-toggle="collapse" data-bs-target="#{hooks.methods.index}" aria-expanded="false" aria-controls="{hooks.methods.index}">
|
||||
|
||||
Reference in New Issue
Block a user