20 lines
327 B
Handlebars
20 lines
327 B
Handlebars
<div id="slider" {{action toggle target="Travis.slider"}}>
|
|
<div class='icon'></div>
|
|
</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}}
|