mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
15 lines
No EOL
697 B
HTML
15 lines
No EOL
697 B
HTML
<template name="update_banner">
|
|
{{#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.
|
|
<a href="https://github.com/TelescopeJS/Telescope/blob/master/History.md" target="_blank">View changelog</a> |
|
|
<a href="http://www.telesc.pe/docs/getting-started/updating/" target="_blank">View update instructions</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{{/if}}
|
|
</template> |