20 lines
316 B
Handlebars
20 lines
316 B
Handlebars
<div id="slider" {{action toggle target=slider}}>
|
|
<div class='icon'></div>
|
|
</div>
|
|
|
|
{{#if tip}}
|
|
<div class="tip box">
|
|
<h4>Tip:</h4>
|
|
|
|
<p>{{{tip}}}</p>
|
|
</div>
|
|
{{/if}}
|
|
|
|
{{#if config.sidebar_support_box}}
|
|
{{view templateName="layouts/support"}}
|
|
{{/if}}
|
|
|
|
{{render "runningJobs"}}
|
|
|
|
{{render "queue"}}
|