2014-09-08 17:29:55 +09:00
|
|
|
<template name="updateBanner">
|
|
|
|
{{#if showBanner}}
|
|
|
|
<div class="update-banner grid-module grid">
|
2014-09-13 13:52:29 +09:00
|
|
|
<h3 class="update-version">{{version}}</h3>
|
|
|
|
<div class="update-content">
|
|
|
|
<h4 class="update-prompt">A new version of Telescope is available.</h4>
|
2014-09-15 21:32:57 +09:00
|
|
|
<p class="update-message">
|
|
|
|
You have: {{currentVersion}}. Note: this message is only displayed to admins.
|
|
|
|
<a href="https://github.com/TelescopeJS/Telescope/blob/master/History.md" target="_blank">View changelog</a> |
|
|
|
|
<a href="http://telesc.pe/docs/updating" target="_blank">View update instructions</a>
|
|
|
|
</p>
|
2014-09-13 13:52:29 +09:00
|
|
|
</div>
|
2014-09-08 17:29:55 +09:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</template>
|