
align animating icons bring back color in sidebar tiles change settings hover color new help icon for allowed failures and settings help fix svgs for firefox also for remove log also for help icon fix coloring issues, use flexbox footer
14 lines
528 B
Handlebars
14 lines
528 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 on="key-up" action="limitChanged"}}
|
|
{{/if}}
|
|
{{#if isSaving}}
|
|
{{loading-indicator inline=true}}
|
|
{{/if}}
|