travis-web/assets/scripts/app/templates/sidebar.hbs
2015-01-15 12:39:06 +01:00

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}}