2015-05-18 10:36:39 +09:00
|
|
|
<template name="update_banner">
|
2015-04-22 07:50:11 +09:00
|
|
|
{{#if showBanner}}
|
|
|
|
<div class="update-banner grid-module grid banner">
|
|
|
|
<h3 class="update-version">{{version}}</h3>
|
|
|
|
<div class="update-content">
|
|
|
|
<h4 class="update-prompt">A new version of Telescope is available.</h4>
|
|
|
|
<p class="update-message">
|
|
|
|
You have: {{currentVersion}}. Note: this message is only displayed to admins.
|
2015-05-19 15:17:27 +09:00
|
|
|
<a href="https://github.com/TelescopeJS/Telescope/blob/master/History.md" target="_blank">Learn more</a>
|
2015-04-22 07:50:11 +09:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</template>
|