mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
8 lines
238 B
HTML
8 lines
238 B
HTML
<template name="toolbox">
|
|
<div class="grid-small grid-module dialog admin toolbox">
|
|
<h2>Toolbox</h2>
|
|
<ul>
|
|
<li><a href="#" class="give-invites">Give 1 Invite to Everybody</a></li>
|
|
</ul>
|
|
</div>
|
|
</template>
|