mirror of https://github.com/docker/docs.git
6 lines
339 B
HTML
6 lines
339 B
HTML
<template name="updateNotification">
|
|
{{#if updateAvailable}}
|
|
<div class="update-alert" role="alert"><span class="update-text">A new version of Kitematic is available.</span> <a href="#" onclick="Metrics.trackEvent('app update')" class="btn btn-action-inverse btn-inverse btn-xs btn-update">Update Now</a></div>
|
|
{{/if}}
|
|
</template>
|