mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 04:16:37 -04:00
15 lines
560 B
HTML
15 lines
560 B
HTML
<template name="toolbox">
|
|
<div class="grid-small grid-block dialog admin toolbox">
|
|
<h2>Toolbox</h2>
|
|
<h4>Updates</h4>
|
|
<ul>
|
|
<!-- <li><a href="#" class="update-categories">Update Categories</a></li> -->
|
|
<li><a href="#" class="update-user-profiles">Update User Profiles</a></li>
|
|
<!-- <li><a href="#" class="update-posts-slugs">Update Posts Slugs</a></li> -->
|
|
</ul>
|
|
<h4>Tools</h4>
|
|
<ul>
|
|
<li><a href="#" class="give-invites">Give 1 Invite to Everybody</a></li>
|
|
</ul>
|
|
</div>
|
|
</template>
|