Vulcan/packages/telescope-update-prompt/lib/client/templates/update_banner.html
2014-09-08 17:29:55 +09:00

8 lines
No EOL
219 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template name="updateBanner">
{{#if showBanner}}
<div class="update-banner grid-module grid">
<p>Update to version 1.3.5!</p>
<a href="#" class="banner-dismiss">×</a>
</div>
{{/if}}
</template>