Files
mixly3/common/templates/html/context-menu-item.html
2024-07-19 10:16:00 +08:00

6 lines
142 B
HTML

<div class="menu-line">
<label>{{d.name}}&emsp;</label>
{{# if (d.hotKey) { }}
<label>{{d.hotKey}}</label>
{{# } }}
</div>