AvalonDocumentationEngine/views/system/tag.ejs

3 lines
208 B
Text
Raw Normal View History

2023-01-05 04:18:04 +00:00
<button class="tagLabel" title="<%- tagname %>" onclick="opensearch('(<%- tagname %>)')" style="background-color: <%- implcl.all.tags[tagname].color %>;">
<%- implcl.all.tags[tagname].shortname %>
</button>