mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
5 lines
No EOL
169 B
HTML
5 lines
No EOL
169 B
HTML
<template name="submitButton">
|
|
{{#if canPost}}
|
|
<a id="submit" class="submit btn header-submodule btn-primary" href="/submit">{{_ "post"}}</a>
|
|
{{/if}}
|
|
</template> |