Vulcan/packages/telescope-releases/lib/client/templates/current_release.html
Jeremy Shimko 8e3c5218da allow hero modules to be full width of viewport
and constrain current internal hero modules back into the .content-wrapper max-width
2015-07-09 10:26:33 -04:00

13 lines
437 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="current_release">
{{#with current_release}}
<div class="content-wrapper">
<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>
</div>
{{/with}}
</template>