mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
11 lines
No EOL
375 B
HTML
11 lines
No EOL
375 B
HTML
<template name="currentRelease">
|
||
{{#with currentRelease}}
|
||
<div class="current-release grid-module grid banner">
|
||
<h4 class="banner-heading">{{_ "telescope_has_been_updated"}}</h4>
|
||
<div class="markdown">
|
||
{{#markdown}}{{notes}}{{/markdown}}
|
||
</div>
|
||
<a href="#" class="release-dismiss banner-dismiss">×</a>
|
||
</div>
|
||
{{/with}}
|
||
</template> |