mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
5 lines
No EOL
160 B
HTML
5 lines
No EOL
160 B
HTML
<template name="submitButton">
|
|
{{#if canPost}}
|
|
<a id="submit" class="submit button header-submodule" href="/submit">{{_ "post"}}</a>
|
|
{{/if}}
|
|
</template> |