travis-web/assets/scripts/app/templates/layouts/sidebar.hbs

20 lines
327 B
Handlebars

<div id="slider" {{action toggle target="Travis.slider"}}>
<div class='icon'></div>&nbsp;
</div>
{{#if tip}}
<div class="tip box">
<h4>Tip:</h4>
<p>{{{tip}}}</p>
</div>
{{/if}}
{{#if config.pages_endpoint}}
{{view templateName="layouts/support"}}
{{/if}}
{{render "runningJobs"}}
{{view Travis.QueueView}}