
After upgrading ember to 1.8.1 tests pass, but I found a few cases where things break (for example when navigating between certain routes). I'm reverting for now. This reverts commitfa5e9179af
, reversing changes made to978c887123
.
12 lines
313 B
Handlebars
12 lines
313 B
Handlebars
<ul class="navigation">
|
|
<li>{{#link-to "settings.index"}}General Settings{{/link-to}}</li>
|
|
<li>{{#link-to "env_vars"}}Environment Variables{{/link-to}}</li>
|
|
{{#if Travis.config.ssh_key_enabled}}
|
|
<li>{{#link-to "ssh_key"}}SSH Key{{/link-to}}</li>
|
|
{{/if}}
|
|
</ul>
|
|
|
|
<div id="settings">
|
|
{{outlet}}
|
|
</div>
|