homogeneized some widgets
This commit is contained in:
parent
aedc2cf36c
commit
01d8817b8a
|
@ -734,7 +734,7 @@ class CCPMethodEditorController extends HTMLElement{
|
||||||
<ul class="author_list">
|
<ul class="author_list">
|
||||||
${ this.#current.metadata.
|
${ this.#current.metadata.
|
||||||
filter(md=>md.role === "author").
|
filter(md=>md.role === "author").
|
||||||
map(a=>`<li class="badge badge-warning" title="${a.title}">${a.title}</li>`).join() }
|
map(a=>`<li class="badge bg-warning text-dark" title="${a.title}">${a.title}</li>`).join() }
|
||||||
</ul>
|
</ul>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue