travis-web/app/templates/components/limit-concurrent-builds.hbs
Lisa P bae81542b9 update more deprecated syntax
update input action handling
2015-12-22 11:07:35 +01:00

14 lines
516 B
Handlebars

{{travis-switch active=enabled description=description action="toggle"}}
<div class="tooltip-settings">
<a href="http://docs.travis-ci.com/user/customizing-the-build/#Limiting-Concurrent-Builds" title="about the concurrency setting">
<p class="tooltip-bubble">Read more about<br>concurrent builds</p>
<span class="icon icon-question"></span>
</a>
</div>
{{#if enabled}}
{{input pattern="/^[0-9]+$/" value=value key-up="limitChanged"}}
{{/if}}
{{#if isSaving}}
{{loading-indicator inline=true}}
{{/if}}