AvalonDocumentationEngine/views/system/tag.ejs
MeowcaTheoRange 1b9904aa02 Whee
2023-01-05 14:58:03 -06:00

3 lines
No EOL
188 B
Text

<button class="tagLabel" title="<%- tag %>" onclick="opensearch('(<%- tag %>)')" style="background-color: <%- allPages.tags[tag].color %>;">
<%- allPages.tags[tag].shortname %>
</button>